diff --git a/makefile b/makefile index 642bae4..5048f6b 100644 --- a/makefile +++ b/makefile @@ -1,7 +1,7 @@ #-------------Makro-Part------------------ CC = gcc -CFLAGS = -Wall -pedantic -std=c99 -LDFLAGs = +CFLAGS = -Os -Wall -pedantic -std=c99 +LDFLAGS = -static DEBUG = -DNDEBUG