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:
parent
bb0a812529
commit
eccf65cfd7
1 changed files with 3 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue