diff --git a/makefile b/makefile index 06eeb41..2ea95e0 100644 --- a/makefile +++ b/makefile @@ -3,7 +3,7 @@ # See copying.txt for legal information. CC = gcc -FLAGS = -std=c99 -O2 -Wall +FLAGS = -std=c99 -Os -Wall -s DELETE = rm # Add extension when compiling for Windows