Skip to content
Snippets Groups Projects
Commit 30c7545a authored by Jean-Marc Valin's avatar Jean-Marc Valin
Browse files

Fixing Makefile

parent 2c0e9679
No related branches found
No related tags found
No related merge requests found
# 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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment