Merge pull request #2993

776b44f1 Add misc hardening flags to the cmake machinery (moneromooo-monero)
This commit is contained in:
Riccardo Spagni 2018-01-10 11:53:26 +01:00
commit d08aee7a7e
No known key found for this signature in database
GPG key ID: 55432DF31CCD4FCD
9 changed files with 153 additions and 14 deletions

View file

@ -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