aboutsummaryrefslogtreecommitdiff
path: root/lib/std/log.zig
diff options
context:
space:
mode:
authorAndrew Kelley <andrew@ziglang.org>2020-09-24 23:50:15 -0700
committerAndrew Kelley <andrew@ziglang.org>2020-09-24 23:50:15 -0700
commit30dfdfdbd09570f97420413015eb8a1517382961 (patch)
tree6e4e3f43eaa0f870629a9f969907e3adee8d1bfa /lib/std/log.zig
parent7964341c76fab985b06a5022b88ceb261305ffaf (diff)
downloadzig-30dfdfdbd09570f97420413015eb8a1517382961.tar.gz
zig-30dfdfdbd09570f97420413015eb8a1517382961.zip
fix a round of regressions in this branch
* Don't try to generate C header files yet since it will only cause a crash saying the feature is unimplemented. * Rename the CLI options for release modes to use the `-O` prefix to match C compiler precedent. Options are now `-ODebug`, `-OReleaseFast`, `-OReleaseSafe`, `-OReleaseSmall`. The optimization mode matches the enum tags of std.builtin.Mode. It is planned to, at some point, rename std.builtin.Mode to std.builtin.OptimizationMode and modify the tags to be lower case to match the style convention. - Update build.zig code to support this new CLI. * update std.zig.binNameAlloc to support an optional Version and update the implementation to correctly deal with dynamic library version suffixes.
Diffstat (limited to 'lib/std/log.zig')
0 files changed, 0 insertions, 0 deletions