Remove unused build option

This commit is contained in:
Chocobo1 2023-10-10 01:46:45 +08:00
parent f3f4f429b7
commit b77be90f9a
No known key found for this signature in database
GPG Key ID: 210D9C873253A68C
2 changed files with 2 additions and 4 deletions

View File

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

View File

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