only show disassembly of optimized build
we can't really compare the disassembly of the debug build to libcompiler-rt.a anyways
This commit is contained in:
parent
c427112561
commit
10fdc9b535
|
@ -18,7 +18,6 @@ test_script:
|
|||
- cargo test
|
||||
- cargo test --release
|
||||
- CALL "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\vcvarsall.bat"
|
||||
- dumpbin /disasm target/debug/librustc_builtins.rlib || exit 0
|
||||
- dumpbin /disasm target/release/librustc_builtins.rlib || exit 0
|
||||
|
||||
branches:
|
||||
|
|
|
@ -11,7 +11,6 @@ inspect() {
|
|||
$PREFIX$NM -g --defined-only target/**/debug/*.rlib
|
||||
|
||||
set +e
|
||||
$PREFIX$OBJDUMP -Cd target/**/debug/*.rlib
|
||||
$PREFIX$OBJDUMP -Cd target/**/release/*.rlib
|
||||
set -e
|
||||
|
||||
|
|
Loading…
Reference in New Issue