mirror of
https://github.com/qbittorrent/docker-qbittorrent-nox.git
synced 2024-11-23 01:09:41 +00:00
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:
parent
cef66f7ba7
commit
8095086630
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user