Skip to content

Does Operating System matter when building code? #69166

Answered by svick
Cjewett asked this question in Q&A
Discussion options

You must be logged in to vote

If you're using deterministic mode of the compiler (which should be on by default in SDK-style projects, I think), then all the things that affect the output of the compiler are described here.

Based on that, I think a different OS version shouldn't have a noticeable effect on the produced assembly.

Though you mentioned you don't want to test on different OSes, and the compiler can't help you there: if your code uses any OS-specific functionality, its behavior will of course be different on different OSes.

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@jasonmalinowski
Comment options

@Cjewett
Comment options

Answer selected by Cjewett
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants