Skip to content

Commit

Permalink
Add optimization flags to makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremysalwen committed Jun 3, 2011
1 parent 0ab08c5 commit 596547e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
CXXFLAGS+=-fPIC -DPIC `pkg-config lv2core lv2-plugin fftw3f --cflags --libs`
CXXFLAGS+=-O3 -ffast-math -fPIC -DPIC `pkg-config lv2core lv2-plugin fftw3f --cflags --libs`
LDFLAGS +=-shared `pkg-config lv2core lv2-plugin fftw3f --libs`

BUNDLE = kn0ck0ut.lv2
Expand Down

0 comments on commit 596547e

Please sign in to comment.