Skip to content

Commit ae55560

Browse files
aleasimsnkaskov
authored andcommitted
Decrease rslang default build stage
#146
1 parent 38d56f1 commit ae55560

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ add_custom_target(stdlib_package
140140
option(RSLANG_BUILD_EXTENDED "Build Rust tools (see build.extended)" FALSE)
141141
option(RSLANG_BUILD_TOOLS "Rust tools to build (see build.tools)" "")
142142

143-
set(RSLANG_BUILD_STAGE "2" CACHE STRING "Stage to build (see --stage)")
143+
set(RSLANG_BUILD_STAGE "1" CACHE STRING "Stage to build (see --stage)")
144144

145145
execute_process(COMMAND sh -c "(uname -r) 2> /dev/null"
146146
RESULT_VARIABLE UNAME_RELEASE_RESULT

0 commit comments

Comments
 (0)