aboutsummaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorGeoffrey Noer <noer@cygnus>1997-01-09 04:00:07 +0000
committerGeoffrey Noer <noer@cygnus>1997-01-09 04:00:07 +0000
commite13247a2f30e5761d583555d161c5c54ccb8bb11 (patch)
tree23f45baea3e4a4212ca869bc095f7fbdc106404f /config
parent4ba1b439b3984a2376c1ec8843aa42fdf30d5750 (diff)
downloadgdb-e13247a2f30e5761d583555d161c5c54ccb8bb11.zip
gdb-e13247a2f30e5761d583555d161c5c54ccb8bb11.tar.gz
gdb-e13247a2f30e5761d583555d161c5c54ccb8bb11.tar.bz2
Wed Jan 8 19:56:43 1997 Geoffrey Noer <noer@skaro.cygnus.com>
* mh-cygwin32: override CFLAGS so debug info isn't included in cygwin32-hosted tools by default
Diffstat (limited to 'config')
-rw-r--r--config/mh-cygwin324
1 files changed, 4 insertions, 0 deletions
diff --git a/config/mh-cygwin32 b/config/mh-cygwin32
index a798f8b..2d7035e 100644
--- a/config/mh-cygwin32
+++ b/config/mh-cygwin32
@@ -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