mirror of
https://github.com/ziglang/zig.git
synced 2025-12-06 22:33:08 +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.