Index: configure =================================================================== RCS file: /cvsroot/gnustep/gnustep/core/make/configure,v retrieving revision 1.162 diff -u -r1.162 configure --- configure 29 Sep 2003 16:46:49 -0000 1.162 +++ configure 20 Oct 2003 20:45:54 -0000 @@ -3258,7 +3258,7 @@ # Miscellaneous flags and setup #-------------------------------------------------------------------- # Strip '-g' off of CFLAGS, since debug=yes adds that anyway -CFLAGS=`echo $CFLAGS | sed -e 's/-g //'` +#CFLAGS=`echo $CFLAGS | sed -e 's/-g //'` # Set location of GNUstep dirs for later use if test "$GNUSTEP_FLATTENED" = yes; then Index: configure.ac =================================================================== RCS file: /cvsroot/gnustep/gnustep/core/make/configure.ac,v retrieving revision 1.22 diff -u -r1.22 configure.ac --- configure.ac 29 Sep 2003 16:46:50 -0000 1.22 +++ configure.ac 20 Oct 2003 20:45:54 -0000 @@ -307,7 +307,7 @@ # Miscellaneous flags and setup #-------------------------------------------------------------------- # Strip '-g' off of CFLAGS, since debug=yes adds that anyway -CFLAGS=`echo $CFLAGS | sed -e 's/-g //'` +#CFLAGS=`echo $CFLAGS | sed -e 's/-g //'` # Set location of GNUstep dirs for later use if test "$GNUSTEP_FLATTENED" = yes; then