OSDN Git Service

build only once :P
authorRudolf Polzer <divverent@xonotic.org>
Fri, 15 Jul 2011 09:34:02 +0000 (11:34 +0200)
committerRudolf Polzer <divverent@xonotic.org>
Fri, 15 Jul 2011 09:34:02 +0000 (11:34 +0200)
tests/test.sh

index d5ec12d..106a29f 100644 (file)
@@ -5,7 +5,7 @@ set -e
 cd ..
 make clean || true
 sh autogen.sh
-./configure --prefix="`pwd`/tests" CXXFLAGS="-O3"
+./configure --prefix="`pwd`/tests" --enable-shared --disable-static CXXFLAGS="-O3"
 make
 make install
 cd tests