diff options
author | David D. Zuhn <zoo@cygnus> | 1993-08-12 18:43:31 +0000 |
---|---|---|
committer | David D. Zuhn <zoo@cygnus> | 1993-08-12 18:43:31 +0000 |
commit | e689e4490508e4f5f5a94d4bc69dece2725b2817 (patch) | |
tree | 91cba7dee59bbacd2c613e974b16f63fcbf4c9fc /config | |
parent | ac0d500c3c03c97b7b05decaf4a7dd1f13f996b1 (diff) | |
download | gdb-e689e4490508e4f5f5a94d4bc69dece2725b2817.zip gdb-e689e4490508e4f5f5a94d4bc69dece2725b2817.tar.gz gdb-e689e4490508e4f5f5a94d4bc69dece2725b2817.tar.bz2 |
don't use -g in CXXFLAGS
Diffstat (limited to 'config')
-rw-r--r-- | config/mh-unixware | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config/mh-unixware b/config/mh-unixware index 4649a67..777a763 100644 --- a/config/mh-unixware +++ b/config/mh-unixware @@ -2,6 +2,9 @@ SYSV = -DSYSV -DSVR4 RANLIB = true +# C++ debugging is not yet supported under SVR4 (DWARF) +CXXFLAGS=-O + # The l flag generates a warning from the SVR4 archiver, remove it. AR_FLAGS = cq |