diff options
| author | Nick Barnes | 2001-12-03 14:07:34 +0000 |
|---|---|---|
| committer | Nick Barnes | 2001-12-03 14:07:34 +0000 |
| commit | 25c78993edd7b4a607eba951b6ab2a9a51c55b62 (patch) | |
| tree | 4b8c796f0b27ead2441d3e92a241607cbf02b7ae /mps/code | |
| parent | eef2f4743c288d2b2e7846129430949186b21d98 (diff) | |
| download | emacs-25c78993edd7b4a607eba951b6ab2a9a51c55b62.tar.gz emacs-25c78993edd7b4a607eba951b6ab2a9a51c55b62.zip | |
Gdb on freebsd doesn't like the results of the -ggdb3 option to gcc, so use -ggdb instead.
Copied from Perforce
Change: 24687
ServerID: perforce.ravenbrook.com
Diffstat (limited to 'mps/code')
| -rw-r--r-- | mps/code/fri4gc.gmk | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/mps/code/fri4gc.gmk b/mps/code/fri4gc.gmk index fadadd13e69..78ba970b72f 100644 --- a/mps/code/fri4gc.gmk +++ b/mps/code/fri4gc.gmk | |||
| @@ -15,6 +15,9 @@ LIBS = -lm -pthread | |||
| 15 | 15 | ||
| 16 | include gc.gmk | 16 | include gc.gmk |
| 17 | 17 | ||
| 18 | CFLAGSDEBUG = -g -ggdb | ||
| 19 | CFLAGSOPT = -O -g -ggdb | ||
| 20 | |||
| 18 | CC = cc | 21 | CC = cc |
| 19 | 22 | ||
| 20 | # Suppress some warnings (SuSE). | 23 | # Suppress some warnings (SuSE). |