]> git.sesse.net Git - vlc/commitdiff
MacOS X port : replaced -traditional-cpp (deprecated) with -no-cpp-precomp.
authorChristophe Massiot <massiot@videolan.org>
Tue, 9 Oct 2001 11:46:08 +0000 (11:46 +0000)
committerChristophe Massiot <massiot@videolan.org>
Tue, 9 Oct 2001 11:46:08 +0000 (11:46 +0000)
Makefile.opts.in

index c2852e701f83d1e6477f8b46e71524b1c6efff07..51fa4b87cf206902d90ba2b0f868b7304e549f0e 100644 (file)
@@ -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)))