Added a stack protector
This commit is contained in:
parent
9b8d1d4d65
commit
644391f58a
@ -8,7 +8,8 @@ set(TEASPEAK_SERVER ON)
|
||||
|
||||
#end now
|
||||
#set(MEMORY_DEBUG_FLAGS " -fsanitize=leak -fsanitize=address -fstack-protector-all ")
|
||||
set(MEMORY_DEBUG_FLAGS "-fsanitize=address -fstack-protector-all")
|
||||
#set(MEMORY_DEBUG_FLAGS "-fsanitize=address -fstack-protector-all")
|
||||
set(MEMORY_DEBUG_FLAGS "-fstack-protector-all")
|
||||
|
||||
if (NOT BUILD_OS_ARCH)
|
||||
set(BUILD_OS_ARCH $ENV{build_os_arch})
|
||||
|
Loading…
Reference in New Issue
Block a user