makefile tweak

This commit is contained in:
devinacker 2013-10-22 19:00:57 -04:00
parent 81b5638389
commit cb1dc07f6f

View file

@ -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