Skip to content

Commit 5c89e4c

Browse files
authored
remove the stricted build flags
1 parent f6b0d48 commit 5c89e4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ ifneq (, $(filter $(CORE),LOONGSON3R3 LOONGSON3R4))
3434
endif
3535
override FFLAGS += -fno-tree-vectorize
3636
endif
37-
override CFLAGS += -std=c11 -Wall -Werror
37+
# override CFLAGS += -std=c11 -Wall -Werror
3838

3939
SUPPORT_GEMM3M = 0
4040

0 commit comments

Comments
 (0)