Removed hard-coded CC value from Makefile

This commit is contained in:
Sergey Lyubka 2012-09-22 12:27:20 +01:00
parent ff0c2d3f91
commit 79cdb77e5d

View File

@ -28,7 +28,6 @@ CFLAGS = -std=c99 -O2 $(GCC_WARNS) $(COPT)
MAC_SHARED = -flat_namespace -bundle -undefined suppress
LINFLAGS = -ldl -pthread $(CFLAGS)
LIB = _$(PROG).so
CC = gcc
# Make sure that the compiler flags come last in the compilation string.
# If not so, this can break some on some Linux distros which use