removes showing of symbols

This commit is contained in:
Ben 2024-08-20 10:05:49 +02:00
parent 7ec8d1488b
commit ab9bdabc3c
No known key found for this signature in database
GPG Key ID: 0F16E812E736C24B

View File

@ -44,12 +44,3 @@ jobs:
fi
eval nimble --verbose test -d:release --mm:refc ${compiler_extra_options}
eval nimble --verbose test -d:release --mm:orc ${compiler_extra_options}
if [[ ${{ matrix.platform.os }} = macos ]]; then
echo
echo otool -L tests/testleopard
otool -L tests/testleopard
else
echo
echo ldd tests/testleopard
ldd tests/testleopard
fi