diff options
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 |