Commit a0ad162
fix(build): disable tracing default features, cap at debug level
Drop tracing-attributes proc macro (no #[instrument] usage) and
compile out trace!() calls via release_max_level_debug. Debug level
remains available for --debug flag. Saves ~254KB in slim binary,
bringing it back under 5MiB.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 170744f commit a0ad162
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| |||
0 commit comments