git » libfilo » commit bf67c22

Put -O3 back into Makefile.

author Alberto Bertogli
2005-04-24 00:33:17 UTC
committer Alberto Bertogli
2005-04-24 00:33:17 UTC
parent a59b89c116f93c5169baa19c3ef7dea74f7e1896

Put -O3 back into Makefile.

Makefile +1 -1

diff --git a/Makefile b/Makefile
index 2fd6e08..a3bb197 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
 
 
-CFLAGS += -Wall -D_XOPEN_SOURCE=500
+CFLAGS += -Wall -D_XOPEN_SOURCE=500 -O3
 
 ifdef DEBUG
 	CFLAGS += -g -pg -fprofile-arcs -ftest-coverage