[Groonga-commit] groonga/groonga [master] travis: disable optimization for clang

Back to archive index

Kouhei Sutou null+****@clear*****
Sun Aug 12 12:03:13 JST 2012


Kouhei Sutou	2012-08-12 12:03:13 +0900 (Sun, 12 Aug 2012)

  New Revision: 37fe9e7ca39c27814708fe7de116e92ede48e204
  https://github.com/groonga/groonga/commit/37fe9e7ca39c27814708fe7de116e92ede48e204

  Log:
    travis: disable optimization for clang
    
    Because build resouce isn't enough on Travis.

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

  Modified: tools/travis-before-script.sh (+6 -1)
===================================================================
--- tools/travis-before-script.sh    2012-08-12 12:02:45 +0900 (efe07a7)
+++ tools/travis-before-script.sh    2012-08-12 12:03:13 +0900 (68fb672)
@@ -7,4 +7,9 @@ rvm use 1.9.3
 
 ./autogen.sh
 
-./configure --with-ruby19
+configure_args=""
+if [ "$CC" = "clang" ]; then
+    configure_args="${configure_args} --with-debug"
+fi
+
+./configure --with-ruby19 ${configure_args}
-------------- next part --------------
HTML����������������������������...
Download 



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