mirror of
https://github.com/novatiq/packages.git
synced 2026-07-02 18:19:31 +01:00
ef6c6feef6
Cosmetic makefile changes. Signed-off-by: Rosen Penev <rosenp@gmail.com>
12 lines
410 B
Diff
12 lines
410 B
Diff
--- a/CMakeLists.txt
|
|
+++ b/CMakeLists.txt
|
|
@@ -511,8 +511,6 @@ if(CMAKE_COMPILER_IS_GNUCC OR CMAKE_COMP
|
|
# MACRO_TUNE_LINKER("-pie")
|
|
# These do not work on Windows right now
|
|
if (NOT WIN32)
|
|
- # Stack protector
|
|
- MACRO_TUNE_COMPILER("-fstack-protector")
|
|
# Mark code read only
|
|
MACRO_TUNE_LINKER("-Wl,-zrelro")
|
|
endif (NOT WIN32)
|