diff options
author | Erik Clarke <ecl@mail.med.upenn.edu> | 2014-09-08 14:50:32 -0400 |
---|---|---|
committer | Erik Clarke <ecl@mail.med.upenn.edu> | 2014-09-08 14:50:32 -0400 |
commit | 0e34369daf6c75502bdfa31f5c22b5235375dc0f (patch) | |
tree | 31ba205fe3c2693743f113efa321593aaae06fd4 /Makefile.osx | |
parent | a93cc5a54af06c2b8194e155154620e606174fb6 (diff) |
removed msse
Diffstat (limited to 'Makefile.osx')
-rw-r--r-- | Makefile.osx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.osx b/Makefile.osx index 536a35e..3e8486b 100644 --- a/Makefile.osx +++ b/Makefile.osx @@ -1,6 +1,6 @@ VERSION=\"0.0.5\" CC = g++-4.8 -CFLAGS = -O3 -s -msse4.2 -Wall -Wextra -DVERSION=$(VERSION) -std=c++11 +CFLAGS = -O3 -s -Wall -Wextra -DVERSION=$(VERSION) -std=c++11 DESTDIR = /usr/local |