From cb1dc07f6fa0b37ce3bcfdfe069a8aab9491e207 Mon Sep 17 00:00:00 2001 From: devinacker Date: Tue, 22 Oct 2013 19:00:57 -0400 Subject: [PATCH] makefile tweak --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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