Commit 8ac1b40c authored by Sergey Lyubka's avatar Sergey Lyubka

Added -Wno-empty-translation-unit to the unix CFLAGS

parent 238b43af
......@@ -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
......
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