Skip to content

Fix disabling optimizations on Debug builds #953

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

Merged
merged 1 commit into from
Mar 7, 2025
Merged

Fix disabling optimizations on Debug builds #953

merged 1 commit into from
Mar 7, 2025

Conversation

saghul
Copy link
Contributor

@saghul saghul commented Mar 7, 2025

Use /Od on MSVC and use our helper macro to detect support for the flags, this avoid warnings on MSVC since it doesn't understand -O0.

Use /Od on MSVC and use our helper macro to detect support for the
flags, this avoid warnings on MSVC since it doesn't understand -O0.
@saghul saghul merged commit 2257414 into master Mar 7, 2025
61 checks passed
@saghul saghul deleted the debug-flags2 branch March 7, 2025 08:47
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

Successfully merging this pull request may close these issues.

2 participants