Commit 90c9dfa9 authored by Christophe Massiot's avatar Christophe Massiot

MacOS X port : replaced -traditional-cpp (deprecated) with -no-cpp-precomp.

parent 25095c7a
......@@ -202,7 +202,7 @@ CFLAGS += -Wno-multichar -Wno-ctor-dtor-privacy -Woverloaded-virtual
endif
ifneq (,$(findstring darwin,$(SYS)))
CFLAGS += -traditional-cpp
CFLAGS += -no-cpp-precomp
endif
ifneq (,$(findstring mingw32,$(SYS)))
......
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