瀏覽代碼

remove -g from non-debug build

Julius Pfrommer 11 年之前
父節點
當前提交
a6aa552b2f
共有 1 個文件被更改,包括 1 次插入1 次删除
  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