Engage nasm optimizations in Win64 build.
This commit is contained in:
parent
ff65e94e04
commit
2ff2710ccf
@ -173,7 +173,7 @@ $shlib_ex_obj="";
|
|||||||
$app_ex_obj="setargv.obj" if ($FLAVOR !~ /CE/);
|
$app_ex_obj="setargv.obj" if ($FLAVOR !~ /CE/);
|
||||||
if ($FLAVOR =~ /WIN64A/) {
|
if ($FLAVOR =~ /WIN64A/) {
|
||||||
if (`nasm -v` =~ /NASM version ([0-9]+\.[0-9]+)/ && $1 >= 2.0) {
|
if (`nasm -v` =~ /NASM version ([0-9]+\.[0-9]+)/ && $1 >= 2.0) {
|
||||||
$asm='nasm -f win64';
|
$asm='nasm -f win64 -DNEAR -Ox';
|
||||||
$asm.=' -g' if $debug;
|
$asm.=' -g' if $debug;
|
||||||
$afile='-o ';
|
$afile='-o ';
|
||||||
} else {
|
} else {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user