You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Configure ldc2.conf compiler-specific settings in root CMakeLists.txt
Some settings like the default wasm switches or the compiler-rt
lib-dir don't have anything to do with the runtime and, on top of
that, some are conditioned by build settings that only affect the
compiler.
Moving them out of the runtime directory improves the support for
cross-compiling because, in the scenario, some variables may be
unset in the runtime directory as there is no longer a higher-level
project to set them.
Signed-off-by: Andrei Horodniceanu <[email protected]>
0 commit comments