From 79cdb77e5df6a9f7ce6fa54aa7fbb0ff412c8ac0 Mon Sep 17 00:00:00 2001 From: Sergey Lyubka Date: Sat, 22 Sep 2012 12:27:20 +0100 Subject: [PATCH] Removed hard-coded CC value from Makefile --- Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/Makefile b/Makefile index 294c8a9b..6f29f0aa 100644 --- a/Makefile +++ b/Makefile @@ -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