Thu Mar 27 15:52:40 1997 Geoffrey Noer <noer@cygnus.com>

* mh-cygwin32: override CXXFLAGS, setting to -O2 only
        (no debug)
This commit is contained in:
Geoffrey Noer 1997-03-27 23:55:00 +00:00
parent b68b97830b
commit 01c5ffac4e
1 changed files with 1 additions and 0 deletions

View File

@ -1,6 +1,7 @@
# We don't want debugging info in Win32-hosted toolchains.
# Accomplish this by overriding CFLAGS.
CFLAGS=-O2
CXXFLAGS=-O2
# We also need to override LIBGCC2_DEBUG_CFLAGS so libgcc2 will be
# build without debugging information