switch back to gcc from clang since it goes faster
parent
1bc623167f
commit
f0d4fcc587
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue