aboutsummaryrefslogtreecommitdiffstats
path: root/mps/code
diff options
context:
space:
mode:
authorNick Barnes2001-12-03 14:07:34 +0000
committerNick Barnes2001-12-03 14:07:34 +0000
commit25c78993edd7b4a607eba951b6ab2a9a51c55b62 (patch)
tree4b8c796f0b27ead2441d3e92a241607cbf02b7ae /mps/code
parenteef2f4743c288d2b2e7846129430949186b21d98 (diff)
downloademacs-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.gmk3
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
16include gc.gmk 16include gc.gmk
17 17
18CFLAGSDEBUG = -g -ggdb
19CFLAGSOPT = -O -g -ggdb
20
18CC = cc 21CC = cc
19 22
20# Suppress some warnings (SuSE). 23# Suppress some warnings (SuSE).