Skip to content
Snippets Groups Projects
Commit e0bbd089 authored by Sören Peters's avatar Sören Peters
Browse files

Enable openmp for clang build analyser and iwyu.

parent 066b3806
No related branches found
No related tags found
No related merge requests found
......@@ -315,7 +315,6 @@ clang_build_analyzer_clang_10:
-DBUILD_VF_CPU=ON
-DBUILD_VF_GPU=ON
-DCMAKE_CUDA_ARCHITECTURES=60
-DUSE_OPENMP=OFF
-DCMAKE_CXX_FLAGS=-ftime-trace
- ClangBuildAnalyzer --start .
- make
......@@ -351,7 +350,6 @@ include_what_you_use_clang_10:
-DBUILD_VF_CPU=ON
-DBUILD_VF_GPU=ON
-DCMAKE_CUDA_ARCHITECTURES=60
-DUSE_OPENMP=OFF
-DBUILD_VF_INCLUDE_WHAT_YOU_USE=ON
- make
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment