]> rtime.felk.cvut.cz Git - boost-statechart-viewer.git/blobdiff - configure
Do not require C++11 capable compiler
[boost-statechart-viewer.git] / configure
index c070f6d69dbaae09c870b114393539995fefa1ac..9bb142a6d1bebc1a4fcd91d69b65ae1cee63141f 100755 (executable)
--- a/configure
+++ b/configure
@@ -9,7 +9,7 @@ if [ -x llvm/configure ]; then
     mkdir -p llvm/_build
     (
        cd llvm/_build
-       ../configure --prefix=$TOP/_install --disable-optimized --enable-debug-runtime --enable-debug-symbols
+       ../configure --prefix=$TOP/_install --enable-optimized 
     )
     LLVM_CONFIG=$TOP/_install/bin/llvm-config
 else