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.
11 lines
397 B
11 lines
397 B
Index: configure |
|
--- configure.orig 2023-05-13 09:50:45.097668000 +0200 |
|
+++ configure 2023-05-13 09:52:50.130078000 +0200 |
|
@@ -8441,7 +8441,6 @@ |
|
elif test "$GCC" = "yes" |
|
then |
|
GCC_VERSION=`$CC -dumpversion` |
|
- CFLAGS="$CFLAGS -Wall -pedantic -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls" |
|
if test "x$enable_asan" = "xyes"; then |
|
CFLAGS="$CFLAGS -fsanitize=address" |
|
fi
|
|
|