mirror of
https://github.com/lammertb/libhttp.git
synced 2025-12-22 04:02:04 +03:00
Removed hard-coded CC value from Makefile
This commit is contained in:
1
Makefile
1
Makefile
@@ -28,7 +28,6 @@ CFLAGS = -std=c99 -O2 $(GCC_WARNS) $(COPT)
|
|||||||
MAC_SHARED = -flat_namespace -bundle -undefined suppress
|
MAC_SHARED = -flat_namespace -bundle -undefined suppress
|
||||||
LINFLAGS = -ldl -pthread $(CFLAGS)
|
LINFLAGS = -ldl -pthread $(CFLAGS)
|
||||||
LIB = _$(PROG).so
|
LIB = _$(PROG).so
|
||||||
CC = gcc
|
|
||||||
|
|
||||||
# Make sure that the compiler flags come last in the compilation string.
|
# 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
|
# If not so, this can break some on some Linux distros which use
|
||||||
|
|||||||
Reference in New Issue
Block a user