Skip to content

Commit

Permalink
Add CMake toolchains
Browse files Browse the repository at this point in the history
  • Loading branch information
Kartatz committed May 18, 2024
1 parent ea14735 commit fd11b3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ cmake \
${cmake_cross_compile_flags} \
-DCMAKE_CROSSCOMPILING=True \
-DCMAKE_BUILD_TYPE='MinSizeRel' \
-DLLVM_ENABLE_ASSERTIONS=OFF \
-DLLVM_BUILD_UTILS=OFF \
-DLLVM_ENABLE_PROJECTS='lld' \
-DLLVM_NATIVE_TOOL_DIR='/usr/bin' \
-DCMAKE_CXX_FLAGS='-static-libgcc -static-libstdc++' \
Expand Down

0 comments on commit fd11b3b

Please sign in to comment.