mirror of
https://github.com/tiennm99/godot.git
synced 2026-06-26 13:08:04 +00:00
db49f35ab8
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.