Skip to content

Commit 749620e

Browse files
authored
[lib++][CI] Changes bootstrap build type. (#88175)
The RelWithDebInfo generates a few GB of debug info that is not used. Instead use the normal Release build for testing.
1 parent 4a93872 commit 749620e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libcxx/utils/ci/run-buildbot

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -374,7 +374,7 @@ bootstrapping-build)
374374
-B "${BUILD_DIR}" \
375375
-GNinja -DCMAKE_MAKE_PROGRAM="${NINJA}" \
376376
-DCMAKE_CXX_COMPILER_LAUNCHER="ccache" \
377-
-DCMAKE_BUILD_TYPE=RelWithDebInfo \
377+
-DCMAKE_BUILD_TYPE=Release \
378378
-DCMAKE_INSTALL_PREFIX="${INSTALL_DIR}" \
379379
-DLLVM_ENABLE_PROJECTS="clang" \
380380
-DLLVM_ENABLE_RUNTIMES="libcxx;libcxxabi;libunwind" \

0 commit comments

Comments
 (0)