I noted there is a macro called ENGINE_DLL which controls how the engine is linked. However, the README is lacking docs about details about this macro and how to toggle between static link and dynamic link manually.
It should be notified in the docs that the link mode can be toggled by switching between -shared and -static targets.
I noted there is a macro called
ENGINE_DLL
which controls how the engine is linked. However, the README is lacking docs about details about this macro and how to toggle between static link and dynamic link manually.It should be notified in the docs that the link mode can be toggled by switching between
-shared
and-static
targets.