We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug
After altering an SO, it increases in size after every change, the effect is additive.
Steps To Reproduce
# cp libusd_usd.so libusd_usd-test.so ; ls -lA libusd_usd-test.so -rwxr-xr-x 1 root root 9684968 Mar 25 17:08 libusd_usd-test.so # patchelf --replace-needed libusd_kind.so libusd_kind-test.so libusd_usd-test.so ; ls -lA libusd_usd-test.so -rwxr-xr-x 1 root root 11090424 Mar 25 17:08 libusd_usd-test.so # patchelf --replace-needed libusd_pcp.so libusd_pcp-test.so libusd_usd-test.so ; ls -lA libusd_usd-test.so -rwxr-xr-x 1 root root 12418920 Mar 25 17:08 libusd_usd-test.so # patchelf --replace-needed libusd_sdf.so libusd_sdf-test.so libusd_usd-test.so ; ls -lA libusd_usd-test.so -rwxr-xr-x 1 root root 13746048 Mar 25 17:08 libusd_usd-test.so # patchelf --replace-needed libusd_ar.so libusd_ar-test.so libusd_usd-test.so ; ls -lA libusd_usd-test.so -rwxr-xr-x 1 root root 15073168 Mar 25 17:08 libusd_usd-test.so
Expected behavior
Size is not to be affected that much it total and is not increased with every change.
patchelf --version output
patchelf --version
patchelf 0.14.5
and
patchelf 0.12
Additional context
libusd_usd.so.zip
PixarAnimationStudios/OpenUSD#1814
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
After altering an SO, it increases in size after every change, the effect is additive.
Steps To Reproduce
Expected behavior
Size is not to be affected that much it total and is not increased with every change.
patchelf --version
outputand
Additional context
libusd_usd.so.zip
PixarAnimationStudios/OpenUSD#1814
The text was updated successfully, but these errors were encountered: