ci: Do not use full debug info in CI builds (#40764)

For good backtraces in tests 'limited' is all we need.

Closes #ISSUE

Release Notes:

- N/A
This commit is contained in:
Piotr Osiewicz
2025-10-21 06:53:45 +00:00
committed by GitHub
parent 04a45e3501
commit a56122e144
+4
View File
@@ -11,6 +11,10 @@
[target.'cfg(all())']
rustflags = ["-D", "warnings"]
# We don't need fullest debug information for dev stuff (tests etc.) in CI.
[profile.dev]
debug = "limited"
# Use Mold on Linux, because it's faster than GNU ld and LLD.
#
# We no longer set this in the default `config.toml` so that developers can opt in to Wild, which