Skip to content

Commit

Permalink
Super minimal build
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Mar 22, 2021
1 parent 6596dfa commit 1e5b329
Showing 1 changed file with 11 additions and 8 deletions.
19 changes: 11 additions & 8 deletions .docker/docker-qgis-build-qt6.sh
Expand Up @@ -6,22 +6,25 @@ CLANG_WARNINGS="-Wrange-loop-construct"

cmake -GNinja \
-DWITH_QUICK=OFF \
-DWITH_3D=ON \
-DWITH_3D=OFF \
-DWITH_ANALYSIS=OFF \
-DWITH_DESKTOP=OFF \
-DWITH_GUI=OFF \
-DWITH_STAGED_PLUGINS=ON \
-DWITH_GRASS=OFF \
-DSUPPRESS_QT_WARNINGS=ON \
-DENABLE_MODELTEST=ON \
-DENABLE_PGTEST=ON \
-DENABLE_SAGA_TESTS=ON \
-DENABLE_MSSQLTEST=ON \
-DENABLE_PGTEST=OFF \
-DENABLE_SAGA_TESTS=OFF \
-DENABLE_MSSQLTEST=OFF \
-DWITH_QSPATIALITE=OFF \
-DWITH_QWTPOLAR=OFF \
-DWITH_APIDOC=OFF \
-DWITH_ASTYLE=OFF \
-DWITH_CUSTOM_WIDGETS=ON \
-DWITH_DESKTOP=ON \
-DWITH_BINDINGS=ON \
-DWITH_SERVER=ON \
-DWITH_CUSTOM_WIDGETS=OFF \
-DWITH_DESKTOP=OFF \
-DWITH_BINDINGS=OFF \
-DWITH_SERVER=OFF \
-DWITH_ORACLE=OFF \
-DDISABLE_DEPRECATED=ON \
-DCXX_EXTRA_FLAGS="${CLANG_WARNINGS}" \
Expand Down

0 comments on commit 1e5b329

Please sign in to comment.