Commit 4d85cc6c authored by Sergey Lyubka's avatar Sergey Lyubka

Removed -Wno-empty-translation-unit from unix CFLAGS :-)

parent 8ac1b40c
......@@ -63,7 +63,6 @@ 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