Use `-O2' for compiling.
committer: mfx <mfx> 976878906 +0000
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user