1
0
mirror of https://github.com/upx/upx synced 2025-09-28 19:06:07 +08:00

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

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