提交 2ff2710c 编写于 作者: A Andy Polyakov

Engage nasm optimizations in Win64 build.

上级 ff65e94e
......@@ -173,7 +173,7 @@ $shlib_ex_obj="";
$app_ex_obj="setargv.obj" if ($FLAVOR !~ /CE/);
if ($FLAVOR =~ /WIN64A/) {
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;
$afile='-o ';
} else {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册