diff options
| author | Richard Brooksby | 2002-10-18 16:28:37 +0100 |
|---|---|---|
| committer | Richard Brooksby | 2002-10-18 16:28:37 +0100 |
| commit | c0f415ad6f50117f046b3be58e7c16e7c6dd1120 (patch) | |
| tree | 0e36d5625d66ea2db86ab198002e48eecb002010 /mps/code/xcppgc.gmk | |
| parent | d45e3cfd75ebde6b9ccc95ba43b262d9e9b07e8e (diff) | |
| download | emacs-c0f415ad6f50117f046b3be58e7c16e7c6dd1120.tar.gz emacs-c0f415ad6f50117f046b3be58e7c16e7c6dd1120.zip | |
Worked around precompiler and gdb debug info bugs in mac os x 10.2 build.
Copied from Perforce
Change: 34514
ServerID: perforce.ravenbrook.com
Diffstat (limited to 'mps/code/xcppgc.gmk')
| -rw-r--r-- | mps/code/xcppgc.gmk | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/mps/code/xcppgc.gmk b/mps/code/xcppgc.gmk index 476dcf60f30..a160a700224 100644 --- a/mps/code/xcppgc.gmk +++ b/mps/code/xcppgc.gmk | |||
| @@ -24,7 +24,9 @@ CC = cc | |||
| 24 | # inline function. | 24 | # inline function. |
| 25 | # .types: sys/types.h uses 'long long' even under -ansi. | 25 | # .types: sys/types.h uses 'long long' even under -ansi. |
| 26 | CFLAGSCOMPILER := $(subst -Wstrict-prototypes,,$(CFLAGSCOMPILER)) \ | 26 | CFLAGSCOMPILER := $(subst -Wstrict-prototypes,,$(CFLAGSCOMPILER)) \ |
| 27 | -Wno-unused -Wno-long-long | 27 | -Wno-unused -Wno-long-long -no-cpp-precomp |
| 28 | CFLAGSDEBUG := $(subst -g -ggdb3,-g3,$(CFLAGSDEBUG)) | ||
| 29 | CFLAGSOPT := $(subst -g -ggdb3,-g3,$(CFLAGSOPT)) | ||
| 28 | 30 | ||
| 29 | include comm.gmk | 31 | include comm.gmk |
| 30 | 32 | ||