[Groonga-commit] groonga/groonga [master] traivs: always use debug option

Back to archive index

Kouhei Sutou null+****@clear*****
Fri Sep 21 19:08:42 JST 2012


Kouhei Sutou	2012-09-21 19:08:42 +0900 (Fri, 21 Sep 2012)

  New Revision: 641672be26642b143a00239d2d54894006a3dc98
  https://github.com/groonga/groonga/commit/641672be26642b143a00239d2d54894006a3dc98

  Log:
    traivs: always use debug option

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

  Modified: tools/travis-before-script.sh (+2 -2)
===================================================================
--- tools/travis-before-script.sh    2012-09-21 16:52:02 +0900 (f44fa22)
+++ tools/travis-before-script.sh    2012-09-21 19:08:42 +0900 (3124ad5)
@@ -6,8 +6,8 @@ set -x
 ./autogen.sh
 
 configure_args=""
-if [ "$CC" = "clang" ]; then
+#if [ "$CC" = "clang" ]; then
     configure_args="${configure_args} --with-debug"
-fi
+#fi
 
 ./configure --with-ruby19 ${configure_args}
-------------- next part --------------
HTML����������������������������...
Download 



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