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

Build debug builds with mvsc #83

Merged
merged 1 commit into from
May 30, 2024
Merged

Build debug builds with mvsc #83

merged 1 commit into from
May 30, 2024

Conversation

Miepee
Copy link
Contributor

@Miepee Miepee commented May 30, 2024

Fixes #77
Fixes #20

I opted to not build release builds with MVSC because I'm not particularly in the mood right now to figure out all the equivalent compiler optimizations or how to make mvsc behave with PGO.

No clue if MVSC would even produce faster builds than GCC there.

Does what it's meant to do tho - ensure that source code doesn't have any GCC/Clang specific stuff.

@Alcaro
Copy link
Owner

Alcaro commented May 30, 2024

Looks legit. Except you keep typoing MSVC as MVSC, but that didn't make it into the scripts, so it's fine.

@Alcaro Alcaro merged commit 6caac47 into Alcaro:master May 30, 2024
6 checks passed
@Miepee
Copy link
Contributor Author

Miepee commented May 30, 2024

Whoops 😅

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.

MVSC: linking error for flips-w32.obj CI improvements
2 participants