feat: add default opt level
This commit is contained in:
parent
9929d96452
commit
c3d9b565d6
1 changed files with 1 additions and 0 deletions
1
Makefile
1
Makefile
|
@ -1,4 +1,5 @@
|
|||
CC?=gcc
|
||||
CFLAGS?=-Os
|
||||
CFLAGS+=-D_GNU_SOURCE
|
||||
LDLIBS+=-lskarnet
|
||||
PREFIX?=/usr
|
||||
|
|
Loading…
Reference in a new issue