Skip to content
New issue

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

Strip debug data from dll #32

Open
mdeweerd opened this issue Mar 24, 2023 · 0 comments
Open

Strip debug data from dll #32

mdeweerd opened this issue Mar 24, 2023 · 0 comments

Comments

@mdeweerd
Copy link

I suggest to strip the debug information from the DLL - it saves about 12MB.

$ ls -l /usr/local/lib/cygwindowsfidobridge.dll
-rwxr-xr-x 1 13725074 Mar 24 13:05 /usr/local/lib/cygwindowsfidobridge.dll

$ strip /usr/local/lib/cygwindowsfidobridge.dll

$ ls -l /usr/local/lib/cygwindowsfidobridge.dll
-rwxr-xr-x 1 1622528 Mar 24 13:05 /usr/local/lib/cygwindowsfidobridge.dll
@mdeweerd mdeweerd changed the title Strop debug data from dll Strip debug data from dll Mar 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant