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:
parent
570b195ed6
commit
b49fc6c081
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user