Skip to content
This repository has been archived by the owner on Sep 16, 2024. It is now read-only.

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 subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant