summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index af2f2fcfe01c..a897c50db515 100644
--- a/Makefile
+++ b/Makefile
@@ -621,6 +621,9 @@ else
621KBUILD_CFLAGS += -O2 621KBUILD_CFLAGS += -O2
622endif 622endif
623 623
624# Tell gcc to never replace conditional load with a non-conditional one
625KBUILD_CFLAGS += $(call cc-option,--param=allow-store-data-races=0)
626
624ifdef CONFIG_READABLE_ASM 627ifdef CONFIG_READABLE_ASM
625# Disable optimizations that make assembler listings hard to read. 628# Disable optimizations that make assembler listings hard to read.
626# reorder blocks reorders the control in the function 629# reorder blocks reorders the control in the function