diff options
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 104512f..1c4cc9e 100644 --- a/Makefile.osx +++ b/Makefile.osx @@ -1,5 +1,5 @@ VERSION=\"0.0.5\" -CC = x86_64-apple-darwin10-g++-mp-4.8 +CC = g++-mp-4.8 CFLAGS = -O3 -s -march=native -Wall -Wextra -DVERSION=$(VERSION) -std=c++11 DESTDIR = /usr/local |