build: speed up debug compile loop #77
Reference in New Issue
Block a user
Delete Branch "feature/build-time-speedups"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
isn't recompiled every clean build; Windows keeps 'bundled' via a
cfg(windows) target override.
Removes the tonic + h2 + hyper-h2 stack from the build graph; reqwest
was already a dependency. Updates otel.rs to call .with_http().
while keeping panics/backtraces useful.
Requires
apt install mold. Other platforms use the default linker.existing version constraints.
Cold debug build: ~1m 37s; touch-one-file rebuild: ~5s on Linux.
Co-Authored-By: Claude Opus 4.7 (1M context) noreply@anthropic.com