diff options
author | Bent Bisballe Nyeng <deva@aasimon.org> | 2012-01-23 20:52:47 +0100 |
---|---|---|
committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2012-01-23 20:52:47 +0100 |
commit | e4f67b8acb4674a6aa3652ae4255bbc34fff3b37 (patch) | |
tree | c607eb62987b912032e8b5b3f22ae4a7298fcce7 | |
parent | ec5a739a54ff150af6b43f1a9a3dd06f104d2f86 (diff) |
Use SSE instructions.
-rw-r--r-- | vst/Makefile.mingw32 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vst/Makefile.mingw32 b/vst/Makefile.mingw32 index 447487d..e4f9127 100644 --- a/vst/Makefile.mingw32 +++ b/vst/Makefile.mingw32 @@ -24,7 +24,7 @@ DG_SRC = \ ${DG_BASE}/src/sample.cc \ ${DG_BASE}/src/saxparser.cc \ ${DG_BASE}/src/velocity.cc -DG_FLAGS = -I../include -I../src +DG_FLAGS = -I../include -I../src -DSSE -msse -msse2 GUI_SRC = \ $(DG_BASE)/plugingui/plugingui.cc \ |