Skip to content

Commit

Permalink
test: enable UNITY builds for curl
Browse files Browse the repository at this point in the history
  • Loading branch information
vszakats committed Oct 3, 2023
1 parent a0ba4eb commit c4efb21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion curl-cmake.sh
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,7 @@ _VER="$1"

# shellcheck disable=SC2086
cmake -B "${_BLDDIR}" ${_CMAKE_GLOBAL} ${options} \
'-DCMAKE_UNITY_BUILD=OFF' \
'-DCMAKE_UNITY_BUILD=ON' \
'-DCURL_CA_PATH=none' \
'-DCURL_CA_BUNDLE=none' \
'-DBUILD_SHARED_LIBS=ON' \
Expand Down

0 comments on commit c4efb21

Please sign in to comment.