[Groonga-commit] groonga/groonga-normalizer-mysql at c5866ef [master] travis: use "-g3"

Back to archive index

Kouhei Sutou null+****@clear*****
Mon May 20 14:45:34 JST 2013


Kouhei Sutou	2013-05-20 14:45:34 +0900 (Mon, 20 May 2013)

  New Revision: c5866ef2ae619c80df18907963b8401123135c9d
  https://github.com/groonga/groonga-normalizer-mysql/commit/c5866ef2ae619c80df18907963b8401123135c9d

  Message:
    travis: use "-g3"
    
    "-ggdb3" is overspec.

  Modified files:
    data/travis/setup.sh

  Modified: data/travis/setup.sh (+1 -1)
===================================================================
--- data/travis/setup.sh    2013-05-20 00:46:30 +0900 (cb1a668)
+++ data/travis/setup.sh    2013-05-20 14:45:34 +0900 (a4752f8)
@@ -25,7 +25,7 @@ if [ "$GROONGA_NORMALIZER_MYSQL_MASTER" = "yes" ]; then
     git clone --depth 1 https://github.com/groonga/groonga-normalizer-mysql.git
     cd groonga-normalizer-mysql
     ./autogen.sh
-    ./configure CFLAGS="-O0 -ggdb3" CXXFLAGS="-O0 -ggdb3" --prefix=/usr
+    ./configure CFLAGS="-O0 -g3" CXXFLAGS="-O0 -g3" --prefix=/usr
     make -j$(grep '^processor' /proc/cpuinfo | wc -l) > /dev/null
     sudo make install > /dev/null
     cd ..
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-commit mailing list
Back to archive index