aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErik Clarke <ecl@mail.med.upenn.edu>2014-09-04 16:45:28 -0400
committerErik Clarke <ecl@mail.med.upenn.edu>2014-09-04 16:45:28 -0400
commita93cc5a54af06c2b8194e155154620e606174fb6 (patch)
tree2416bf54322fc6012a5d6ca762a68bd783210594
parentf254e4b8959cf9b0f1e93a7dccdb492e1166c975 (diff)
modified to compile on MBA, 10.9.4, with gcc-4.8
-rw-r--r--Makefile.osx4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.osx b/Makefile.osx
index 1c4cc9e..536a35e 100644
--- a/Makefile.osx
+++ b/Makefile.osx
@@ -1,6 +1,6 @@
VERSION=\"0.0.5\"
-CC = g++-mp-4.8
-CFLAGS = -O3 -s -march=native -Wall -Wextra -DVERSION=$(VERSION) -std=c++11
+CC = g++-4.8
+CFLAGS = -O3 -s -msse4.2 -Wall -Wextra -DVERSION=$(VERSION) -std=c++11
DESTDIR = /usr/local