Hi, This removes -gstabs+ if we specify --disable-debug. Ciao, Marcus Changelog: Remove -gstabs+ if --disable-debug is specified. Index: configure.ac =================================================================== RCS file: /home/wine/wine/configure.ac,v retrieving revision 1.160 diff -u -r1.160 configure.ac --- configure.ac 21 May 2003 18:50:53 -0000 1.160 +++ configure.ac 19 Jun 2003 22:12:25 -0000 @@ -677,6 +677,8 @@ EXTRACFLAGS="$EXTRACFLAGS -mpreferred-stack-boundary=2" fi +if test "x$enable_debug" != "xno" +then dnl Check for -gstabs+ option AC_CACHE_CHECK([for gcc -gstabs+ support], ac_cv_c_gcc_gstabs, [WINE_TRY_CFLAGS([-gstabs+],ac_cv_c_gcc_gstabs="yes", ac_cv_c_gcc_gstabs="no")]) @@ -684,6 +686,7 @@ then EXTRACFLAGS="$EXTRACFLAGS -gstabs+" fi +fi dnl Check for noisy string.h saved_CFLAGS="$CFLAGS"
Attachment:
pgp00149.pgp
Description: PGP signature