Using gcc, not g++

This commit is contained in:
Sergey Lyubka 2012-06-04 22:48:37 +01:00
parent ef4bd8f758
commit 89a61e4968

View File

@ -26,7 +26,7 @@ CFLAGS = -W -Wall -std=c99 -pedantic -O2 $(COPT)
MAC_SHARED = -flat_namespace -bundle -undefined suppress
LINFLAGS = -ldl -pthread $(CFLAGS)
LIB = _$(PROG).so
CC = g++
#CC = g++
# 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