kassane/druntime-zigbuild
D runtime build using zig-build
c7e33a3b1dfb3b9ca8f5da3d7cb282852ad34547
788d4b0fed3c7ba46654a5548d1e7401586471c3
[!Note] A standalone runtime + stdlib (for easy cross-compile) using ABS is the goal of this project
More info: issue#6: cross-compile with Druntime + Phobos2
Project-Specific Options:
-Dtarget=[string] The CPU architecture, OS, and ABI to build for
-Dcpu=[string] Target CPU features to add or subtract
-Ddynamic-linker=[string] Path to interpreter on the target system
-Doptimize=[enum] Prioritize performance, safety, or binary size
Supported Values:
Debug
ReleaseSafe
ReleaseFast
ReleaseSmall
-Dlinkage=[enum] Change linking mode (default: static)
Supported Values:
static
dynamic
-Dphobos=[bool] Build phobos library (default: false)