[Groonga-commit] groonga/groonga at 6a3f538 [master] Use -g3 instead of -ggdb3

アーカイブの一覧に戻る

Kouhei Sutou null+****@clear*****
Mon May 27 11:18:00 JST 2013


Kouhei Sutou	2013-05-27 11:18:00 +0900 (Mon, 27 May 2013)

  New Revision: 6a3f538838581d66d5c29428b30b3bf6977fa6ef
  https://github.com/groonga/groonga/commit/6a3f538838581d66d5c29428b30b3bf6977fa6ef

  Message:
    Use -g3 instead of -ggdb3
    
    "-g3" is enough.

  Modified files:
    configure.ac

  Modified: configure.ac (+2 -2)
===================================================================
--- configure.ac    2013-05-27 10:55:34 +0900 (68f24f5)
+++ configure.ac    2013-05-27 11:18:00 +0900 (6fa83d6)
@@ -320,8 +320,8 @@ if test "x$grn_debug" != "xno"; then
     CFLAGS="$CFLAGS -O0 -g"
     CXXFLAGS="$CXXFLAGS -O0 -g"
   elif test "$GCC" = "yes"; then
-    CFLAGS="$CFLAGS -O0 -ggdb3"
-    CXXFLAGS="$CXXFLAGS -O0 -ggdb3"
+    CFLAGS="$CFLAGS -O0 -g3"
+    CXXFLAGS="$CXXFLAGS -O0 -g3"
   fi
 fi
 AC_SUBST(grn_debug)
-------------- next part --------------
HTML����������������������������...
ダウンロード 



More information about the Groonga-commit mailing list
アーカイブの一覧に戻る