switch back to gcc from clang since it goes faster

db4
Joe Groff 2011-11-04 00:09:30 -07:00
parent 1bc623167f
commit f0d4fcc587
1 changed files with 4 additions and 4 deletions

View File

@ -30,8 +30,8 @@ ifeq ($(LEOPARD_P),0)
CPP = g++-4.2 CPP = g++-4.2
endif endif
ifeq ($(XCODE_4_P),0) # ifeq ($(XCODE_4_P),0)
CC = clang # CC = clang
CPP = clang++ # CPP = clang++
endif # endif