Explorar o código

remove -g from non-debug build

Julius Pfrommer %!s(int64=11) %!d(string=hai) anos
pai
achega
a6aa552b2f
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      configure.ac

+ 1 - 1
configure.ac

@@ -9,7 +9,7 @@ AC_PROG_MAKE_SET
 #default CFLAGS is -g -02
 #reset it just to -g and make optimization dependend on --enable-debug
 if test -z $CFLAGS; then
-    CFLAGS='-g'
+   CFLAGS=''
 fi
 AM_PATH_PYTHON
 AC_PROG_CC