File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ ARCHFLAGS := $(ARCHFLAGS)
6666
6767OPTFLAGS ?= -g -O
6868
69- CFLAGS += -Wall - Wno-array-bounds -Wno-nonnull -Wno-maybe-uninitialized -Wno-format-overflow -Wno-unused-variable -Wno-unused-function -Wno-write-strings -Wno-sign-compare -Wno-deprecated -Wno-c++11-narrowing -Wno-register -Wno-format -Wno-reserved-user-defined-literal $(ARCHFLAGS )
69+ CFLAGS += -Wno-array-bounds -Wno-nonnull -Wno-maybe-uninitialized -Wno-format-overflow -Wno-unused-variable -Wno-unused-function -Wno-write-strings -Wno-sign-compare -Wno-deprecated -Wno-c++11-narrowing -Wno-register -Wno-format -Wno-reserved-user-defined-literal -Wno-alloc-size-larger-than -Wno-attributes -Wno-aggressive-loop-optimizations -Wno-stringop-overflow -Wno-changes-meaning $(ARCHFLAGS )
7070
7171ifneq ($(findstring arm,$(shell uname -m) ) ,)
7272 CFLAGS += -DABC_MEMALIGN=4
You can’t perform that action at this time.
0 commit comments