Commit 515dbd44 authored by zhanghj2's avatar zhanghj2
Browse files

保存编译生成的汇编

parent 0651671f
...@@ -84,6 +84,7 @@ ext_modules.append( ...@@ -84,6 +84,7 @@ ext_modules.append(
"-ftemplate-backtrace-limit=0", "-ftemplate-backtrace-limit=0",
"-Rpass-analysis=kernel-resource-usage", "-Rpass-analysis=kernel-resource-usage",
"-DDCU_ASM", "-DDCU_ASM",
"--save-temps",
"-w" "-w"
] + get_features_args() + get_arch_flags() ] + get_features_args() + get_arch_flags()
}, },
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment