nm: drop --defined-only flag
it doesn't work on macOS
This commit is contained in:
parent
a16950e580
commit
994c5a2a01
@ -17,7 +17,7 @@ run_tests() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
inspect() {
|
inspect() {
|
||||||
${PREFIX}nm -g --defined-only target/**/debug/*.rlib
|
${PREFIX}nm -g target/**/debug/*.rlib
|
||||||
set +e
|
set +e
|
||||||
${PREFIX}objdump -Cd target/**/debug/*.rlib
|
${PREFIX}objdump -Cd target/**/debug/*.rlib
|
||||||
${PREFIX}objdump -Cd target/**/release/*.rlib
|
${PREFIX}objdump -Cd target/**/release/*.rlib
|
||||||
|
Loading…
Reference in New Issue
Block a user