From: David D. Zuhn Date: Thu, 12 Aug 1993 18:43:31 +0000 (+0000) Subject: don't use -g in CXXFLAGS X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=e689e4490508e4f5f5a94d4bc69dece2725b2817;p=binutils-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