Wed Jan 8 19:56:43 1997 Geoffrey Noer <noer@skaro.cygnus.com>
authorGeoffrey Noer <noer@cygnus>
Thu, 9 Jan 1997 04:00:07 +0000 (04:00 +0000)
committerGeoffrey Noer <noer@cygnus>
Thu, 9 Jan 1997 04:00:07 +0000 (04:00 +0000)
        * mh-cygwin32: override CFLAGS so debug info isn't included
        in cygwin32-hosted tools by default

config/mh-cygwin32

index a798f8b..2d7035e 100644 (file)
@@ -1,3 +1,7 @@
+# We don't want debugging info in Win32-hosted toolchains.
+# Accomplish this by overriding CFLAGS.
+CFLAGS=-O2
+
 # We set MAKEINFOFLAGS to not split .info files, because the resulting
 # file names don't work on DOS.
 MAKEINFOFLAGS=--no-split