make library profile to use stage 1 on x check
Signed-off-by: onur-ozkan <work@onurozkan.dev>
This commit is contained in:
parent
4e71f24a6b
commit
8a65d9febb
1 changed files with 3 additions and 2 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue