Skip to content

Commit

Permalink
travis/install.sh: test -DCMAKE_UNITY_BUILD=ON
Browse files Browse the repository at this point in the history
  • Loading branch information
rouault committed Nov 23, 2023
1 parent 3e41501 commit bd68207
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions travis/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ mkdir shared_build
cd shared_build
cmake \
-D CMAKE_BUILD_TYPE=${CMAKE_BUILD_TYPE} \
-DCMAKE_UNITY_BUILD=ON \
-D USE_CCACHE=${USE_CCACHE} \
${PROJ_CMAKE_BUILD_OPTIONS:-} \
-D PROJ_DB_CACHE_DIR=$HOME/.ccache \
Expand Down

0 comments on commit bd68207

Please sign in to comment.