changeset 84:bb309cd2fea4

Add -O2.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 20 Apr 2009 22:05:53 +0300
parents 9baefdd4179c
children 1534b2c08c74
files Makefile.gen
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile.gen	Mon Apr 20 22:03:14 2009 +0300
+++ b/Makefile.gen	Mon Apr 20 22:05:53 2009 +0300
@@ -1,4 +1,4 @@
-CFLAGS+=-g -W -Wall
+CFLAGS+=-g -W -Wall -O2
 COMP=$(CC) $(CFLAGS)
 
 #