summaryrefslogtreecommitdiff
path: root/src/Makefile.osx
diff options
context:
space:
mode:
Diffstat (limited to 'src/Makefile.osx')
-rw-r--r--src/Makefile.osx8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/Makefile.osx b/src/Makefile.osx
index 6f353d7..4649b0c 100644
--- a/src/Makefile.osx
+++ b/src/Makefile.osx
@@ -40,10 +40,10 @@ OMPLIB = -lgomp -lpthread
LIBTOOL=ar q # linux and solaris
CFLAGS = -g -Wall $(FPIC)
-#CC=gcc
-#CPP=g++
-CC = $(OMPCC)
-CPP = $(OMPCPP)
+CC=gcc
+CPP=g++
+#CC = $(OMPCC)
+#CPP = $(OMPCPP)
LIBTOOL = $(OMPLIBTOOL)
CFLAGS = -g -Wall -Wshadow $(FPIC)