Explorar o código

nm: drop --defined-only flag

it doesn't work on macOS
Jorge Aparicio %!s(int64=8) %!d(string=hai) anos
pai
achega
994c5a2a01
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      ci/script.sh

+ 1 - 1
ci/script.sh

@@ -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