Revert "Remove unused build option"

This option is still in-use for v4.6.x branch.
This reverts commit b77be90f9a.
This commit is contained in:
Chocobo1 2023-10-23 14:36:30 +08:00
parent cef66f7ba7
commit 8095086630
No known key found for this signature in database
GPG Key ID: 210D9C873253A68C
2 changed files with 4 additions and 2 deletions

View File

@ -78,7 +78,8 @@ RUN \
-DCMAKE_BUILD_TYPE=RelWithDebInfo \
-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_INTERPROCEDURAL_OPTIMIZATION=ON \
-DGUI=OFF && \
-DGUI=OFF \
-DQT6=ON && \
cmake --build build -j $(nproc) && \
cmake --install build

View File

@ -78,7 +78,8 @@ RUN \
-DCMAKE_BUILD_TYPE=RelWithDebInfo \
-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_INTERPROCEDURAL_OPTIMIZATION=ON \
-DGUI=OFF && \
-DGUI=OFF \
-DQT6=ON && \
cmake --build build -j $(nproc) && \
cmake --install build