diff --git a/Makefile b/Makefile index 36e3044d1e22..7c06c27c7f2e 100644 --- a/Makefile +++ b/Makefile @@ -664,6 +664,7 @@ endif # Tell gcc to never replace conditional load with a non-conditional one KBUILD_CFLAGS += $(call cc-option,--param=allow-store-data-races=0) +KBUILD_CFLAGS += $(call cc-option,-fno-allow-store-data-races) include scripts/Makefile.kcov include scripts/Makefile.gcc-plugins