Skip to content

Commit

Permalink
Remove unused build option
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocobo1 committed Oct 9, 2023
1 parent f3f4f42 commit b77be90
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
3 changes: 1 addition & 2 deletions manual_build/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit b77be90

Please sign in to comment.