We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e334b79 + 9db51f7 commit 18014b0Copy full SHA for 18014b0
Makefile.system
@@ -1615,6 +1615,13 @@ NO_AFFINITY = 1
1615
endif
1616
1617
1618
+ifeq ($(ARCH), POWER)
1619
+ifeq ($(DEBUG), 1)
1620
+CCOMMON_OPT := $(filter-out -O%, $(CCOMMON_OPT)) -O0
1621
+FCOMMON_OPT := $(filter-out -O%, $(FCOMMON_OPT)) -O0
1622
+endif
1623
1624
+
1625
ifdef NO_AFFINITY
1626
ifeq ($(NO_AFFINITY), 0)
1627
override undefine NO_AFFINITY
0 commit comments