mirror of
https://github.com/monero-project/monero.git
synced 2025-08-09 10:52:21 -04:00
Merge pull request #2993
776b44f1
Add misc hardening flags to the cmake machinery (moneromooo-monero)
This commit is contained in:
commit
d08aee7a7e
9 changed files with 153 additions and 14 deletions
|
@ -87,7 +87,7 @@ macro(config_compiler_and_linker)
|
|||
set(cxx_no_exception_flags "-D_HAS_EXCEPTIONS=0")
|
||||
set(cxx_no_rtti_flags "-GR-")
|
||||
elseif (CMAKE_COMPILER_IS_GNUCXX)
|
||||
set(cxx_base_flags "-Wall -Wshadow")
|
||||
set(cxx_base_flags "-Wall -Wshadow -fPIC")
|
||||
set(cxx_exception_flags "-fexceptions")
|
||||
set(cxx_no_exception_flags "-fno-exceptions")
|
||||
# Until version 4.3.2, GCC doesn't define a macro to indicate
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue