Skip to content
This repository was archived by the owner on Nov 25, 2025. It is now read-only.

Commit 2c306ba

Browse files
committed
build: remove accidentally added LLVM_ENABLE_ASSERTIONS
1 parent 22904ef commit 2c306ba

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

build

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,6 @@ cmake "$ROOTDIR/llvm" \
141141
-DCMAKE_INSTALL_PREFIX="$ROOTDIR/out/$TARGET-$MCPU" \
142142
-DCMAKE_PREFIX_PATH="$ROOTDIR/out/$TARGET-$MCPU" \
143143
-DCMAKE_BUILD_TYPE=Release \
144-
-DLLVM_ENABLE_ASSERTIONS=ON \
145144
-DCMAKE_CROSSCOMPILING=True \
146145
-DCMAKE_SYSTEM_NAME="$TARGET_OS_CMAKE" \
147146
-DCMAKE_C_COMPILER="$ZIG;cc;-fno-sanitize=all;-s;-target;$TARGET;-mcpu=$MCPU" \

0 commit comments

Comments
 (0)