Use C++17 parallel algorithms during plugin loading

This requires linking to the TBB library on Linux, where libstdc++
and libc++ don't provide an implementation.
This commit is contained in:
Oliver Hamlet
2023-01-06 22:20:36 +00:00
parent 055161ef0e
commit 8c40db89fd
6 changed files with 33 additions and 70 deletions
+1
View File
@@ -100,6 +100,7 @@ jobs:
language-pack-el \
language-pack-tr \
libicu-dev \
libtbb-dev \
g++-10
- name: Run CMake
+1
View File
@@ -67,6 +67,7 @@ jobs:
language-pack-el \
language-pack-tr \
libicu-dev \
libtbb-dev \
g++-10
- name: Run CMake