diff options
author | David Robillard <d@drobilla.net> | 2009-01-28 23:26:50 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2009-01-28 23:26:50 +0000 |
commit | 043d037c5e4d7b5e86b257458351ff9293afca19 (patch) | |
tree | fdee31a57f6cc0e3793a7c43b950c828e5d67518 /build.sh | |
parent | bb4c9c5fd9b47092eb526fa177771c3eac7815e0 (diff) | |
download | resp-043d037c5e4d7b5e86b257458351ff9293afca19.tar.gz resp-043d037c5e4d7b5e86b257458351ff9293afca19.tar.bz2 resp-043d037c5e4d7b5e86b257458351ff9293afca19.zip |
Move stuff.
git-svn-id: http://svn.drobilla.net/resp/tuplr@37 ad02d1e2-f140-0410-9f75-f8b11f17cedd
Diffstat (limited to 'build.sh')
-rwxr-xr-x | build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 -o ll +g++ $CXXFLAGS tuplr.cpp `llvm-config --cppflags --ldflags --libs core jit native` -lm -o tuplr |