1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-03-23 15:22:20 -07:00

Worked around precompiler and gdb debug info bugs in mac os x 10.2 build.

Copied from Perforce
 Change: 34514
 ServerID: perforce.ravenbrook.com
This commit is contained in:
Richard Brooksby 2002-10-18 16:28:37 +01:00
parent bb0a812529
commit eccf65cfd7

View file

@ -24,7 +24,9 @@ CC = cc
# inline function.
# .types: sys/types.h uses 'long long' even under -ansi.
CFLAGSCOMPILER := $(subst -Wstrict-prototypes,,$(CFLAGSCOMPILER)) \
-Wno-unused -Wno-long-long
-Wno-unused -Wno-long-long -no-cpp-precomp
CFLAGSDEBUG := $(subst -g -ggdb3,-g3,$(CFLAGSDEBUG))
CFLAGSOPT := $(subst -g -ggdb3,-g3,$(CFLAGSOPT))
include comm.gmk