build: do not _FORTIFY_SOURCE in debug mode
[vpp.git] / src / CMakeLists.txt
index 0b06a4c..4d66671 100644 (file)
@@ -82,7 +82,6 @@ string(CONCAT CMAKE_C_FLAGS_DEBUG
   "-O0 "
   "-DCLIB_DEBUG "
   "-fstack-protector "
-  "-D_FORTIFY_SOURCE=2 "
   "-fno-common "
 )