Revert "changed compilation flags to -O3"
authorErik Garrison <erik@hypervolu.me>
Thu, 7 Oct 2010 04:55:57 +0000 (00:55 -0400)
committerErik Garrison <erik@hypervolu.me>
Thu, 7 Oct 2010 04:55:57 +0000 (00:55 -0400)
This reverts commit 315071f4419c2e34fd367e09d24818807353c91e.

Makefile

index 941977743c3728ab9f09a29470cc6d759cb94d2f..eec9e75f64bba39161410ec220c538e051a715d5 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,9 +1,6 @@
 all: wikiq
 
 wikiq: wikiq.c
 all: wikiq
 
 wikiq: wikiq.c
-       gcc -O3 wikiq.c -o wikiq -lexpat
+       gcc wikiq.c -o wikiq -lexpat
 
 
-clean:
-       rm -f wikiq
-
-.PHONY: all clean
+.PHONY: all

Benjamin Mako Hill || Want to submit a patch?