mirror of
https://github.com/godotengine/godot.git
synced 2026-05-12 22:35:35 +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.