Fixing Makefile

This commit is contained in:
Jean-Marc Valin 2019-03-18 21:54:31 -04:00
parent 2c0e96796e
commit 30c7545a04

View file

@ -1,7 +1,7 @@
# Makefile for LPCNet # Makefile for LPCNet
CC=gcc 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) AVX2:=$(shell cat /proc/cpuinfo | grep -c avx2)
AVX:=$(shell cat /proc/cpuinfo | grep -c avx) AVX:=$(shell cat /proc/cpuinfo | grep -c avx)