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

MSVC support #43

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open

Conversation

code-monad
Copy link
Contributor

@code-monad code-monad commented Jan 5, 2023

This PR brings MSVC support into repo, also adds windows-ci into Github Actions transfered gcc flags into equivalent msvc's cl flags, Close #35.

Adding cfg controled statements in all build.rs
Adding msvc outputs into .gitignore
Note: Warning C5045, C4820, C4711, C4244, C4242, C4146 can safely disabled, no side-effects. But /Wall will make it fail

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.

Can't build with msvc
1 participant