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 d2ae492 commit 5069caaCopy full SHA for 5069caa
build/build.sh
@@ -23,6 +23,8 @@ ce-trunk)
23
BRANCH=dbg-to-stdout
24
URL=https://github.com/compiler-explorer/llvm-project.git
25
VERSION=ce-trunk-$(date +%Y%m%d)
26
+ LLVM_ENABLE_PROJECTS+=";pstl"
27
+ CMAKE_EXTRA_ARGS+=("-DLIBCXX_ENABLE_PARALLEL_ALGORITHMS=ON")
28
;;
29
autonsdmi-trunk)
30
BRANCH=experiments
0 commit comments