summaryrefslogtreecommitdiff
path: root/ext/re/hints/mpeix.pl
diff options
context:
space:
mode:
Diffstat (limited to 'ext/re/hints/mpeix.pl')
-rw-r--r--ext/re/hints/mpeix.pl3
1 files changed, 3 insertions, 0 deletions
diff --git a/ext/re/hints/mpeix.pl b/ext/re/hints/mpeix.pl
new file mode 100644
index 0000000000..d1fbb91f8f
--- /dev/null
+++ b/ext/re/hints/mpeix.pl
@@ -0,0 +1,3 @@
+# Fall back to -O optimization to avoid known gcc 2.8.0 -O2 problems on MPE/iX.
+# Mark Bixby <markb@cccd.edu>
+$self->{OPTIMIZE} = '-O';