Skip to content

Commit

Permalink
build-llvm.sh: switch to release build without debug info
Browse files Browse the repository at this point in the history
  • Loading branch information
whentojump committed Jun 8, 2024
1 parent d92e0ff commit 4ff8e7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build-llvm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

mkdir -p build
cd build
cmake -GNinja -DCMAKE_BUILD_TYPE="RelWithDebInfo" \
cmake -GNinja -DCMAKE_BUILD_TYPE="Release" \
-DCMAKE_C_FLAGS="-pipe" \
-DCMAKE_CXX_FLAGS="-pipe" \
-DCMAKE_C_COMPILER="gcc" \
Expand Down

0 comments on commit 4ff8e7b

Please sign in to comment.