mirror of
https://github.com/ziglang/zig.git
synced 2026-01-01 02:53:23 +00:00
It now uses the log scope "gpa" instead of "std". Additionally, there is a new config option `verbose_log` which enables info log messages for every allocation. Can be useful when debugging. This option is off by default.