You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
410 B

  1. --- a/CMakeLists.txt
  2. +++ b/CMakeLists.txt
  3. @@ -511,8 +511,6 @@ if(CMAKE_COMPILER_IS_GNUCC OR CMAKE_COMP
  4. # MACRO_TUNE_LINKER("-pie")
  5. # These do not work on Windows right now
  6. if (NOT WIN32)
  7. - # Stack protector
  8. - MACRO_TUNE_COMPILER("-fstack-protector")
  9. # Mark code read only
  10. MACRO_TUNE_LINKER("-Wl,-zrelro")
  11. endif (NOT WIN32)