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:
parent
99715d19b6
commit
e55feac192
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user