Skip to content

Commit 10fdc9b

Browse files
author
Jorge Aparicio
committed
only show disassembly of optimized build
we can't really compare the disassembly of the debug build to libcompiler-rt.a anyways
1 parent c427112 commit 10fdc9b

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

appveyor.yml

-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ test_script:
1818
- cargo test
1919
- cargo test --release
2020
- CALL "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\vcvarsall.bat"
21-
- dumpbin /disasm target/debug/librustc_builtins.rlib || exit 0
2221
- dumpbin /disasm target/release/librustc_builtins.rlib || exit 0
2322

2423
branches:

ci/script.sh

-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ inspect() {
1111
$PREFIX$NM -g --defined-only target/**/debug/*.rlib
1212

1313
set +e
14-
$PREFIX$OBJDUMP -Cd target/**/debug/*.rlib
1514
$PREFIX$OBJDUMP -Cd target/**/release/*.rlib
1615
set -e
1716

0 commit comments

Comments
 (0)