]> Untitled Git - lemmy.git/commit
Add dev profile to strip symbols and disable debug info (ref #3610) (#3611)
authorNutomic <me@nutomic.com>
Thu, 13 Jul 2023 18:50:17 +0000 (20:50 +0200)
committerGitHub <noreply@github.com>
Thu, 13 Jul 2023 18:50:17 +0000 (14:50 -0400)
commit39f28c1a404bd720739552fe585a2d5aa3363d2e
treee265bba496c3df7532284665998edc3e07b78394
parent7d8cb93b5323eb50bd90afde270685d1ecd07061
Add dev profile to strip symbols and disable debug info (ref #3610) (#3611)

* Add dev profile to strip symbols and disable debug info (ref #3610)

This significantly speeds up builds:
- with strip symbols and debug 0: 43s
- without: 169s

* add comment, no strip symbols
Cargo.toml