Skip to content
Snippets Groups Projects
Commit 8ac1b40c authored by Sergey Lyubka's avatar Sergey Lyubka
Browse files

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

parent 238b43af
No related branches found
No related tags found
No related merge requests found
...@@ -63,6 +63,7 @@ LINK = $(MSVC)/bin/link $(LINK_FLAGS) ...@@ -63,6 +63,7 @@ LINK = $(MSVC)/bin/link $(LINK_FLAGS)
ifeq ($(OS), Windows_NT) ifeq ($(OS), Windows_NT)
EXE_SUFFIX = .exe EXE_SUFFIX = .exe
else else
CFLAGS += -Wno-empty-translation-unit
UNAME_S := $(shell uname -s) UNAME_S := $(shell uname -s)
ifeq ($(UNAME_S), Linux) ifeq ($(UNAME_S), Linux)
CFLAGS += -ldl -lm CFLAGS += -ldl -lm
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment