[Groonga-commit] groonga/groonga at 9ed6141 [master] Simplify debug flag

アーカイブの一覧に戻る

Kouhei Sutou null+****@clear*****
Sun Nov 23 17:20:39 JST 2014


Kouhei Sutou	2014-11-23 17:20:39 +0900 (Sun, 23 Nov 2014)

  New Revision: 9ed6141ff37e381544551da2d3c06863e321ccba
  https://github.com/groonga/groonga/commit/9ed6141ff37e381544551da2d3c06863e321ccba

  Message:
    Simplify debug flag

  Modified files:
    src/httpd/configure

  Modified: src/httpd/configure (+1 -1)
===================================================================
--- src/httpd/configure    2014-11-23 17:10:13 +0900 (8508ec8)
+++ src/httpd/configure    2014-11-23 17:20:39 +0900 (eb0f42b)
@@ -84,7 +84,7 @@ auto/configure \
 if [ "${GROONGA_HTTPD_DEBUG}" = "yes" ]; then
   sed -i'' \
     -e '/^CFLAGS =/ s/ -O / -O0 /' \
-    -e '/^CFLAGS =/ s/ -g / -ggdb3 /' \
+    -e '/^CFLAGS =/ s/ -g / -g3 /' \
     objs/Makefile
 fi
 
-------------- next part --------------
HTML����������������������������...
ダウンロード 



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