diff options
-rw-r--r-- | tools/perf/config/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/perf/config/Makefile b/tools/perf/config/Makefile index 0331ea2701a3..1ebfeb4721c2 100644 --- a/tools/perf/config/Makefile +++ b/tools/perf/config/Makefile @@ -17,6 +17,7 @@ CFLAGS := $(EXTRA_CFLAGS) $(EXTRA_WARNINGS) include $(src-perf)/config/Makefile.arch NO_PERF_REGS := 1 +WERROR := 0 # Additional ARCH settings for x86 ifeq ($(ARCH),x86) |