This commit is contained in:
Jos Dehaes 2021-10-02 23:53:41 +02:00 committed by aristocratos
parent 49d16cdddd
commit fb5970b000

View file

@ -89,6 +89,7 @@ INC := -I$(INCDIR) -I$(SRCDIR)
SU_USER := root
SU_GROUP := root
#? This fails to compile on M1 macos (arm64 specific? as it compiles on x86_64 macos)
ifeq ($(ARCH),x86_64)
override OPTFLAGS += -ftree-loop-vectorize -flto=$(THREADS)
endif