From: David D. Zuhn Date: Thu, 12 Aug 1993 18:43:31 +0000 (+0000) Subject: don't use -g in CXXFLAGS X-Git-Tag: gdb-4_18-branchpoint~17812 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e689e4490508e4f5f5a94d4bc69dece2725b2817;p=thirdparty%2Fbinutils-gdb.git don't use -g in CXXFLAGS --- diff --git a/config/mh-unixware b/config/mh-unixware index 4649a678bf2..777a7630da8 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