Skip to content

Commit 4ff8e7b

Browse files
committed
build-llvm.sh: switch to release build without debug info
1 parent d92e0ff commit 4ff8e7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/build-llvm.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
mkdir -p build
44
cd build
5-
cmake -GNinja -DCMAKE_BUILD_TYPE="RelWithDebInfo" \
5+
cmake -GNinja -DCMAKE_BUILD_TYPE="Release" \
66
-DCMAKE_C_FLAGS="-pipe" \
77
-DCMAKE_CXX_FLAGS="-pipe" \
88
-DCMAKE_C_COMPILER="gcc" \

0 commit comments

Comments
 (0)