nm: drop --defined-only flag
it doesn't work on macOS
This commit is contained in:
parent
4cbba5979d
commit
48d9ff7e80
1 changed files with 1 additions and 1 deletions
|
|
@ -17,7 +17,7 @@ run_tests() {
|
|||
}
|
||||
|
||||
inspect() {
|
||||
${PREFIX}nm -g --defined-only target/**/debug/*.rlib
|
||||
${PREFIX}nm -g target/**/debug/*.rlib
|
||||
set +e
|
||||
${PREFIX}objdump -Cd target/**/debug/*.rlib
|
||||
${PREFIX}objdump -Cd target/**/release/*.rlib
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue