summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--userconfig-runner@Linux-GNU.cmake1
1 files changed, 1 insertions, 0 deletions
diff --git a/userconfig-runner@Linux-GNU.cmake b/userconfig-runner@Linux-GNU.cmake
index 41075d75..1e7d0dfc 100644
--- a/userconfig-runner@Linux-GNU.cmake
+++ b/userconfig-runner@Linux-GNU.cmake
@@ -5,6 +5,7 @@ sets(STRING
CMAKE_C_FLAGS_RELEASE "-O0 -DNDEBUG -g -ggdb"
CMAKE_CXX_FLAGS_RELEASE "-O0 -DNDEBUG -g -ggdb")
+add_definitions(-U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2)
add_compile_options(-fsanitize=address,undefined)
add_link_options(-fsanitize=address,undefined)
sets(BOOL CORRADE_CPU_USE_IFUNC OFF)