snap: enable OpenMP and LTO

pull/767/head
Maximilian Federle 2020-10-21 00:30:03 +02:00 committed by phkahler
parent 32e695bfee
commit aa83681da7
1 changed files with 2 additions and 0 deletions

View File

@ -51,6 +51,8 @@ parts:
- -DCMAKE_BUILD_TYPE=Release
- -DENABLE_TESTS=OFF
- -DSNAP=ON
- -DENABLE_OPENMP=ON
- -DENABLE_LTO=ON
build-packages:
- zlib1g-dev
- libpng-dev