Update Makefile
This commit is contained in:
parent
74f2da79a8
commit
b8f1602418
|
@ -1,6 +1,8 @@
|
||||||
TOPDIR = ..
|
TOPDIR = ..
|
||||||
include $(TOPDIR)/Makefile.system
|
include $(TOPDIR)/Makefile.system
|
||||||
|
|
||||||
|
override CFLAGS += -fno-tree-vectorize
|
||||||
|
|
||||||
SUPPORT_GEMM3M = 0
|
SUPPORT_GEMM3M = 0
|
||||||
|
|
||||||
ifeq ($(ARCH), x86)
|
ifeq ($(ARCH), x86)
|
||||||
|
|
Loading…
Reference in New Issue