mirror of
https://github.com/lammertb/libhttp.git
synced 2025-09-03 01:21:16 +03:00
Using gcc, not g++
This commit is contained in:
2
Makefile
2
Makefile
@@ -26,7 +26,7 @@ CFLAGS = -W -Wall -std=c99 -pedantic -O2 $(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 = g++
|
#CC = g++
|
||||||
|
|
||||||
# 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