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

How to compile a smaller shared library(.dll) file, such as adding some compilation options #9

Open
wooistxx opened this issue Sep 8, 2023 · 1 comment
Labels
question Further information is requested

Comments

@wooistxx
Copy link

wooistxx commented Sep 8, 2023

The size of shared library compiled by Github Action:

  • windows_x86_64.debug: 1.12MB
  • windows_x86_64.release: 0.8MB

However, the size of shared library compiled by my laptop( win10, mingw64-8.1.0 ):

  • windows_x86_64.debug: 5.97MB
  • windows_x86_64.release: 5.52MB

The Godot Editor version: v4.1.stable.official

@paddy-exe
Copy link
Collaborator

Hey @wooistxx, what scons arguments did you supply when compiling?

@paddy-exe paddy-exe added the question Further information is requested label Jan 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants