summaryrefslogtreecommitdiffstats
path: root/config/mh-interix
diff options
context:
space:
mode:
Diffstat (limited to 'config/mh-interix')
-rw-r--r--config/mh-interix6
1 files changed, 0 insertions, 6 deletions
diff --git a/config/mh-interix b/config/mh-interix
index 19b8ecfd3..16930060d 100644
--- a/config/mh-interix
+++ b/config/mh-interix
@@ -2,12 +2,6 @@
SHELL = sh
RANLIB = true
-# We don't want debugging info in Interix-hosted toolchains.
-# Accomplish this by overriding CFLAGS. This is also a workaround
-# for LD crash when building shared libstdc++.
-CFLAGS=-O2
-CXXFLAGS=-O2
-
# We also need to override LIBGCC2_DEBUG_CFLAGS so libgcc2 will be
# built without debugging information