[Groonga-commit] groonga/groonga-normalizer-mysql [master] travis: fix wrong debug option

Back to archive index

Kouhei Sutou null+****@clear*****
Wed Feb 6 11:42:19 JST 2013


Kouhei Sutou	2013-02-06 11:42:19 +0900 (Wed, 06 Feb 2013)

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

  Log:
    travis: fix wrong debug option
    
    --with-debug ->
    CFLAGS="..." CXXFLAGS="..."

  Modified files:
    data/travis/setup.sh

  Modified: data/travis/setup.sh (+1 -1)
===================================================================
--- data/travis/setup.sh    2013-02-06 11:40:44 +0900 (6ee0d42)
+++ data/travis/setup.sh    2013-02-06 11:42:19 +0900 (69224e1)
@@ -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 --prefix=/usr --with-debug
+    ./configure CFLAGS="-O0 -ggdb3" CXXFLAGS="-O0 -ggdb3" --prefix=/usr
     make -j$(grep '^processor' /proc/cpuinfo | wc -l) > /dev/null
     sudo make install > /dev/null
     cd ..
-------------- next part --------------
HTML����������������������������...
下載 



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