Skip to content

Commit 31fb87e

Browse files
committed
Use consistent casing for cmake ON/OFF flags.
No functional change. It was bothering me.
1 parent 94f81fc commit 31fb87e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.buildbot.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ cd build
99
# Disabling default PIE due to:
1010
# https://github.com/llvm/llvm-project/issues/57085
1111
cmake -DCMAKE_INSTALL_PREFIX=${INST_DIR} \
12-
-DLLVM_INSTALL_UTILS=On \
12+
-DLLVM_INSTALL_UTILS=ON \
1313
-DCMAKE_BUILD_TYPE=release \
14-
-DLLVM_ENABLE_ASSERTIONS=On \
14+
-DLLVM_ENABLE_ASSERTIONS=ON \
1515
-DLLVM_ENABLE_PROJECTS="lld;clang" \
1616
-DCLANG_DEFAULT_PIE_ON_LINUX=OFF \
1717
-DBUILD_SHARED_LIBS=ON \

0 commit comments

Comments
 (0)