]> gitweb.factorcode.org Git - factor.git/commitdiff
switch back to gcc from clang since it goes faster
authorJoe Groff <arcata@gmail.com>
Fri, 4 Nov 2011 07:09:30 +0000 (00:09 -0700)
committerJoe Groff <arcata@gmail.com>
Fri, 4 Nov 2011 07:09:30 +0000 (00:09 -0700)
vm/Config.macosx

index fccab089b16ff03d95ef9d92633fb4463cb3d8b3..11a66f3acf197538956154ca0adeabe7ba44b66a 100644 (file)
@@ -30,8 +30,8 @@ ifeq ($(LEOPARD_P),0)
        CPP = g++-4.2
 endif
 
-ifeq ($(XCODE_4_P),0)
-       CC = clang
-       CPP = clang++
-endif
+ifeq ($(XCODE_4_P),0)
+#      CC = clang
+#      CPP = clang++
+endif