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

Changed -O2 flag to -O15 for new nasm version.

committer: mfx <mfx> 1063502219 +0000
This commit is contained in:
Markus F.X.J. Oberhumer 2003-09-14 01:16:59 +00:00
parent 570b195ed6
commit b49fc6c081

View File

@ -71,7 +71,7 @@ vpath %.ash $(UCL_MR3K)
# // tools
# ************************************************************************/
NASM = nasm -O2 -w+macro-params -w+macro-selfref -w+number-overflow -w+orphan-labels
NASM = nasm -O15 -w+macro-params -w+macro-selfref -w+number-overflow -w+orphan-labels
NASM += -I$(srcdir)/
APP_I386 = perl -w $(srcdir)/scripts/app_i386.pl