zig/lib
Andrew Kelley 22537873f4 build system: implement --release[=mode]
This allows a `zig build` command to specify intention to create a
release build, regardless of what per-project options exist. It also
allows the command to specify a "preferred optimization mode", which is
chosen if the project itself does not choose one (in other words, the
project gets first choice). If neither the build command nor the project
specify a preferred release mode, an error occurs.
2024-02-02 20:43:01 -07:00
..
compiler_rt
docs Update styles in std docs to correct display glitch 2024-01-12 16:25:55 -08:00
include
init
libc mingw-w64: remove msvcrt sources 2024-01-20 00:21:34 +00:00
libcxx
libcxxabi
libunwind
std build system: implement --release[=mode] 2024-02-02 20:43:01 -07:00
tsan tsan: update rtl files to LLVM 17.0.6 2024-01-10 01:00:37 -07:00
build_runner.zig build system: implement --release[=mode] 2024-02-02 20:43:01 -07:00
c.zig
compiler_rt.zig
test_runner.zig
zig.h