diff --git a/Makefile b/Makefile index 36e3044d1e22cc31d121c87d050f55de2af3ab0a..7c06c27c7f2e92fac864da7aaac52a603fa0e7b8 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