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 4f2eefe commit 3662f30Copy full SHA for 3662f30
scripts/install.sh
@@ -4,6 +4,7 @@ cmake \
4
-S . \
5
-B build \
6
-G Ninja \
7
+ -D CMAKE_C_COMPILER=clang \
8
-D CMAKE_CXX_COMPILER=clang++ \
9
-D CMAKE_BUILD_TYPE=Release \
10
-D PACK_DEB:bool=ON \
0 commit comments