diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2020-12-28 14:38:21 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2020-12-28 14:38:21 +0000 |
commit | e5c83dd7b233255a593ee3eace6513814e9b507e (patch) | |
tree | 009955fcfd5dc2362d95d13482d6735addf244ae /configure | |
parent | 563670ff4bb6c50a91aa31427078515a85a92ce3 (diff) | |
download | skalibs-e5c83dd7b233255a593ee3eace6513814e9b507e.tar.xz |
Remove -fno-stack-protector from default CFLAGS
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -560,7 +560,6 @@ tryflag CFLAGS_AUTO -fno-exceptions tryflag CFLAGS_AUTO -fno-unwind-tables tryflag CFLAGS_AUTO -fno-asynchronous-unwind-tables tryflag CFLAGS_AUTO -Wa,--noexecstack -tryflag CFLAGS -fno-stack-protector tryflag CPPFLAGS_AUTO -Werror=implicit-function-declaration tryflag CPPFLAGS_AUTO -Werror=implicit-int tryflag CPPFLAGS_AUTO -Werror=pointer-sign |