aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile.osx2
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