mirror of
https://github.com/godotengine/godot.git
synced 2026-01-06 10:11:57 +03:00
Also made LINK and CXXFLAGS configurable as command line options. Note that LINK currently expects the *compiler* that will be used for linking and will call its configured linker behind the scenes (so g++, clang++, etc., not ld.gold). See #15364 for details.