diff --git a/dnn/doc/Makefile b/dnn/doc/Makefile index 3d965a317e55b4b530fe579141aba1323aa0f96b..5fc42866beb04bbe93332f104d52460001786919 100644 --- a/dnn/doc/Makefile +++ b/dnn/doc/Makefile @@ -1,7 +1,7 @@ # Makefile for LPCNet CC=gcc -CFLAGS+=-Wall -W -Wextra -Wno-unused-function -O3 -g -I../include +CFLAGS+=-Wall -W -Wextra -Wno-unused-function -O3 -g -Iinclude AVX2:=$(shell cat /proc/cpuinfo | grep -c avx2) AVX:=$(shell cat /proc/cpuinfo | grep -c avx)