- enable warnings
This commit is contained in:
parent
b42d71b7a2
commit
df08fca0d2
2
Makefile
2
Makefile
@ -1,7 +1,7 @@
|
|||||||
PREFIX=/usr/local
|
PREFIX=/usr/local
|
||||||
INC=-I$(PREFIX)/include
|
INC=-I$(PREFIX)/include
|
||||||
LIB=-L$(PREFIX)/lib
|
LIB=-L$(PREFIX)/lib
|
||||||
FLAGS=-O2 -pipe -funroll-loops -ffast-math -fno-strict-aliasing -mssse3
|
FLAGS=-Wall -O2 -pipe -funroll-loops -ffast-math -fno-strict-aliasing -mssse3
|
||||||
CC?=cc
|
CC?=cc
|
||||||
|
|
||||||
all: ifstatd_
|
all: ifstatd_
|
||||||
|
Loading…
x
Reference in New Issue
Block a user