You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
394 B
10 lines
394 B
--- a/configure.ac
|
|
+++ b/configure.ac
|
|
@@ -62,7 +62,6 @@ AX_CFLAGS_GCC_OPTION([-Wformat])
|
|
AX_CFLAGS_GCC_OPTION([-Wformat-security])
|
|
AX_CFLAGS_GCC_OPTION([-Wcast-align])
|
|
AX_CFLAGS_GCC_OPTION([-Winline])
|
|
-AX_CFLAGS_GCC_OPTION([-fstack-protector])
|
|
AX_CFLAGS_GCC_OPTION([-D_FORTIFY_SOURCE=2])
|
|
AX_CFLAGS_GCC_OPTION([-Wdeclaration-after-statement])
|
|
AX_CFLAGS_GCC_OPTION([-Wno-unused-parameter])
|
|
|