diff options
-rw-r--r-- | argp-standalone/configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/argp-standalone/configure.ac b/argp-standalone/configure.ac index fe54d5ac991..55697c9158b 100644 --- a/argp-standalone/configure.ac +++ b/argp-standalone/configure.ac @@ -89,7 +89,7 @@ if test x$GCC = xyes ; then else CFLAGS="$CFLAGS -ggdb3" fi - CFLAGS="$CFLAGS -Wall -W \ + CFLAGS="$CFLAGS -m64 -Wall -W \ -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes \ -Waggregate-return \ -Wpointer-arith -Wbad-function-cast -Wnested-externs" |