Should WindowsToolchain set '/X' MSVC flag? #111
|
It feels like it would be safer to set "/X" to guarantee that nothing from env vars (like VS command prompt or CLion on Windows) leaks into build process. |
Answered by
MarkSchofield
Sep 21, 2024
Replies: 1 comment 2 replies
|
That’s a great idea. I wasn’t aware of that option. |
2 replies
Answer selected by
MarkSchofield
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
That’s a great idea. I wasn’t aware of that option.