make library profile to use stage 1 on x check

Signed-off-by: onur-ozkan <work@onurozkan.dev>
This commit is contained in:
onur-ozkan 2025-06-03 10:55:13 +03:00
parent 4e71f24a6b
commit 8a65d9febb

View file

@ -1,8 +1,9 @@
# These defaults are meant for contributors to the standard library and documentation.
[build]
build-stage = 1
test-stage = 1
bench-stage = 1
build-stage = 1
check-stage = 1
test-stage = 1
[rust]
# This greatly increases the speed of rebuilds, especially when there are only minor changes. However, it makes the initial build slightly slower.