We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d92e0ff commit 4ff8e7bCopy full SHA for 4ff8e7b
scripts/build-llvm.sh
@@ -2,7 +2,7 @@
2
3
mkdir -p build
4
cd build
5
-cmake -GNinja -DCMAKE_BUILD_TYPE="RelWithDebInfo" \
+cmake -GNinja -DCMAKE_BUILD_TYPE="Release" \
6
-DCMAKE_C_FLAGS="-pipe" \
7
-DCMAKE_CXX_FLAGS="-pipe" \
8
-DCMAKE_C_COMPILER="gcc" \
0 commit comments