aboutsummaryrefslogtreecommitdiffstats
path: root/build.sh
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2009-01-24 20:46:08 +0000
committerDavid Robillard <d@drobilla.net>2009-01-24 20:46:08 +0000
commit9f6217e6d6b4ab24ddaa10b52c3b1ce6af2a8746 (patch)
treef75b45be2ce0e8de8aa9387db69d9d19c3339ff6 /build.sh
parent0a88fdb91fcf631ecae7f8b9a55970822536d9ef (diff)
downloadresp-9f6217e6d6b4ab24ddaa10b52c3b1ce6af2a8746.tar.gz
resp-9f6217e6d6b4ab24ddaa10b52c3b1ce6af2a8746.tar.bz2
resp-9f6217e6d6b4ab24ddaa10b52c3b1ce6af2a8746.zip
Half decent extensible parser design.
git-svn-id: http://svn.drobilla.net/resp/llvm-lisp@10 ad02d1e2-f140-0410-9f75-f8b11f17cedd
Diffstat (limited to 'build.sh')
-rwxr-xr-xbuild.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.sh b/build.sh
index d983233..bfa963b 100755
--- a/build.sh
+++ b/build.sh
@@ -1,5 +1,5 @@
#!/bin/sh
CXXFLAGS="-O0 -g -Wall -Wextra -Wno-unused-parameter"
-g++ $CXXFLAGS ll.cpp `llvm-config --cppflags --ldflags --libs core jit native` -lm -O3 -o ll
+g++ $CXXFLAGS ll.cpp `llvm-config --cppflags --ldflags --libs core jit native` -lm -o ll