-
v0.2.0 Stable
released this
2026-06-20 10:48:47 +00:00 | 0 commits to master since this releaseRelease v0.2.0
🚀 Added
- Native Windows Support: The binary detects if it is running on Windows and resolves compilation to a local compiler (
g++) and Windows path structures. - CLI Colors & Emoji Output: Added styled console outputs with support for the
--no-colorflag and theNO_COLORenvironment variable to output plain text. - Verbose Command Printing: In verbose mode, the binary now formats and outputs the exact compiler command as a copy-pasteable string.
🔧 Changed
- Conditional Debug Flags: The binary now omits the
-mtuneflag in debug mode to prevent compiler deprecation warnings.
Downloads
-
Source code (ZIP)
1 download
-
Source code (TAR.GZ)
1 download
-
sc_build_dll-linux-x86_64.tar.gz
0 downloads ·
2026-06-20 10:43:13 +00:00 · 632 KiB -
sc_build_dll-windows-x86_64.zip
0 downloads ·
2026-06-20 10:43:13 +00:00 · 910 KiB
- Native Windows Support: The binary detects if it is running on Windows and resolves compilation to a local compiler (