summaryrefslogtreecommitdiffstats
path: root/share/examples/etc/make.conf
diff options
context:
space:
mode:
Diffstat (limited to 'share/examples/etc/make.conf')
-rw-r--r--share/examples/etc/make.conf6
1 files changed, 6 insertions, 0 deletions
diff --git a/share/examples/etc/make.conf b/share/examples/etc/make.conf
index ca68587..683f286 100644
--- a/share/examples/etc/make.conf
+++ b/share/examples/etc/make.conf
@@ -65,6 +65,12 @@ BDECFLAGS= -W -Wall -ansi -pedantic -Wbad-function-cast -Wcast-align \
#
#COPTFLAGS= -O -pipe
#
+# To build the system compiler such that it forces high optimization levels to
+# a lower one. GCC -O2+ is known to trigger known optimizer bugs at various
+# times -- this is worse on the Alpha platform. The value assigned here will
+# be the highest optimization value used.
+#WANT_FORCE_OPTIMIZATION_DOWNGRADE=1
+#
# Compare before install
#INSTALL=install -C
#
OpenPOWER on IntegriCloud