You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-04 12:00:25 +00:00
Assigning `env["CCFLAGS"]` directly to a variable causes any changes to that variable to also be done to the original env object. This means CCFLAGS would be modified during generation of the VS project with additional flags and other options set by platforms. This would normally not be noticed when just generating the project, but when generating and building at the same time with a compiler that doesn't support VS-style flags, this flag leakage can cause unexpected build failures.
63 KiB
63 KiB