mirror of
https://github.com/cesanta/mongoose.git
synced 2024-11-25 03:29:00 +08:00
Added -Wno-empty-translation-unit to the unix CFLAGS
This commit is contained in:
parent
238b43af84
commit
8ac1b40c11
@ -63,6 +63,7 @@ LINK = $(MSVC)/bin/link $(LINK_FLAGS)
|
||||
ifeq ($(OS), Windows_NT)
|
||||
EXE_SUFFIX = .exe
|
||||
else
|
||||
CFLAGS += -Wno-empty-translation-unit
|
||||
UNAME_S := $(shell uname -s)
|
||||
ifeq ($(UNAME_S), Linux)
|
||||
CFLAGS += -ldl -lm
|
||||
|
Loading…
Reference in New Issue
Block a user