Use `-O2' for compiling.

committer: mfx <mfx> 976878906 +0000
This commit is contained in:
Markus F.X.J. Oberhumer
2000-12-15 11:15:06 +00:00
parent 99715d19b6
commit e55feac192
+1 -1
View File
@@ -1,7 +1,7 @@
# Makefile for sstrip
sstrip: sstrip.c
gcc -ggdb -Wall -W -o sstrip sstrip.c
gcc -O2 -g -Wall -W -o sstrip sstrip.c
clean:
rm -f sstrip