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

[SCons] Link MSVC debug runtime for optimize=none|debug only. #932

Merged
merged 1 commit into from
Nov 21, 2022

Conversation

Faless
Copy link
Contributor

@Faless Faless commented Nov 21, 2022

Select windows runtime in "targets" tool, use "/MDd" flag only when building with optimize="none" and optimize="debug".

Fixes #917 .

Select windows runtime in "targets" tool, use "/MDd" flag only when
building with optimize="none" and optimize="debug".
@Faless Faless added bug This has been identified as a bug needs testing platform:windows topic:buildsystem Related to the buildsystem or CI setup labels Nov 21, 2022
@Faless Faless added this to the 4.0 milestone Nov 21, 2022
@akien-mga akien-mga merged commit 6bebaa3 into godotengine:master Nov 21, 2022
@akien-mga
Copy link
Member

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug This has been identified as a bug needs testing platform:windows topic:buildsystem Related to the buildsystem or CI setup
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Release builds are linking with debug libraries
2 participants