[debian] rules: Explicitly specify -DENABLE_OPENMP=ON.

This commit is contained in:
David Korth 2023-08-20 10:59:58 -04:00
parent 63ab42843d
commit 2dbeff1ae0

1
debian/rules vendored
View File

@ -25,6 +25,7 @@ CMAKE_OPTIONS := \
-DBUILD_GTK4=OFF \
-DBUILD_CLI=ON \
-DENABLE_PVRTC=ON \
-DENABLE_OPENMP=ON \
-DENABLE_LTO=OFF \
-DENABLE_PCH=ON \
-DUSE_SECCOMP=ON \