]> git.saurik.com Git - wxWidgets.git/blobdiff - configure.in
don't try to remove -g flag from CFLAGS, it is not necessary and doesn't work correct...
[wxWidgets.git] / configure.in
index 417c406f68bed02ff644b498e36883235170e357..9b544f51fe3edf3877008f46572a139f36328e53 100644 (file)
@@ -1177,8 +1177,6 @@ dnl   defines GCC empty if not using gcc
 dnl   defines CFLAGS
 AC_PROG_CC
 
-CFLAGS=`echo "$CFLAGS" | sed 's/-g//g'`
-
 dnl is -traditional needed for correct compilations
 dnl   adds -traditional for gcc if needed
 AC_PROG_GCC_TRADITIONAL
@@ -1193,8 +1191,6 @@ dnl   defines GXX empty if not using gxx
 dnl   defines CXXFLAGS
 AC_PROG_CXX
 
-CXXFLAGS=`echo "$CXXFLAGS" | sed 's/-g//g'`
-
 AC_LANG_RESTORE
 
 dnl ranlib command