Commit 79cdb77e authored by Sergey Lyubka's avatar Sergey Lyubka

Removed hard-coded CC value from Makefile

parent ff0c2d3f
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment