mirror of
https://github.com/oatpp/oatpp.git
synced 2025-04-06 18:40:24 +08:00
Try to fix cross-compile for Raspberry Pi with GCC version < 8.1
This commit is contained in:
parent
1e5b0c4917
commit
5ccad57d78
@ -249,7 +249,7 @@ if (CMAKE_CXX_COMPILER_ID MATCHES GNU)
|
||||
add_cxx_compiler_flags_no_test(CMAKE_CXX_FLAGS "-D_GLIBCXX_ASSERTIONS")
|
||||
add_compiler_flags(4.6 "-fasynchronous-unwind-tables")
|
||||
add_compiler_flags(4.6 "-fexceptions")
|
||||
add_compiler_flags(4.6 "-fstack-clash-protection")
|
||||
add_compiler_flags(8.1 "-fstack-clash-protection")
|
||||
add_compiler_flags(4.6 "-fstack-protector-strong")
|
||||
add_compiler_flags(4.6 "-grecord-gcc-switches")
|
||||
# Issue 872: https://github.com/oatpp/oatpp/issues/872
|
||||
|
Loading…
x
Reference in New Issue
Block a user