mirror of
https://github.com/xiph/opus.git
synced 2025-05-14 23:48:28 +00:00
Fixing Makefile
This commit is contained in:
parent
2c0e96796e
commit
30c7545a04
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue