mirror of
https://github.com/jorisvink/kore
synced 2025-03-09 12:39:01 -04:00
fix - that snuck in
This commit is contained in:
parent
cd9971247c
commit
e7352a3634
2
Makefile
2
Makefile
@ -24,7 +24,7 @@ FEATURES_INC=
|
||||
|
||||
CFLAGS+=-Wall -Werror -Wstrict-prototypes -Wmissing-prototypes
|
||||
CFLAGS+=-Wmissing-declarations -Wshadow -Wpointer-arith -Wcast-qual
|
||||
CFLAGS+=-Wsign-compare -Iinclude/kore --std=c99 -pedantic
|
||||
CFLAGS+=-Wsign-compare -Iinclude/kore -std=c99 -pedantic
|
||||
CFLAGS+=-DPREFIX='"$(PREFIX)"' -fstack-protector-all
|
||||
|
||||
ifneq ("$(OPENSSL_PATH)", "")
|
||||
|
Loading…
x
Reference in New Issue
Block a user