[Groonga-commit] groonga/groonga [master] travis: --with-debug -> --enable-debug

Back to archive index

Kouhei Sutou null+****@clear*****
Wed Sep 26 00:33:46 JST 2012


Kouhei Sutou	2012-09-26 00:33:46 +0900 (Wed, 26 Sep 2012)

  New Revision: 15bec67b18eb2a4a3e498b0eb1aa59cf122945f5
  https://github.com/groonga/groonga/commit/15bec67b18eb2a4a3e498b0eb1aa59cf122945f5

  Log:
    travis: --with-debug -> --enable-debug

  Modified files:
    tools/travis-before-script.sh

  Modified: tools/travis-before-script.sh (+1 -1)
===================================================================
--- tools/travis-before-script.sh    2012-09-26 00:14:52 +0900 (3124ad5)
+++ tools/travis-before-script.sh    2012-09-26 00:33:46 +0900 (389e39b)
@@ -7,7 +7,7 @@ set -x
 
 configure_args=""
 #if [ "$CC" = "clang" ]; then
-    configure_args="${configure_args} --with-debug"
+    configure_args="${configure_args} --enable-debug"
 #fi
 
 ./configure --with-ruby19 ${configure_args}
-------------- next part --------------
HTML����������������������������...
下载 



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