Compile statically and optimize for size

This commit is contained in:
Klemens Schölhorn 2018-02-21 17:51:43 +01:00
parent 6613661ce4
commit 043d021a93
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
#-------------Makro-Part------------------ #-------------Makro-Part------------------
CC = gcc CC = gcc
CFLAGS = -Wall -pedantic -std=c99 CFLAGS = -Os -Wall -pedantic -std=c99
LDFLAGs = LDFLAGS = -static
DEBUG = -DNDEBUG DEBUG = -DNDEBUG