Skip to content

Commit

Permalink
Enable unity build
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleFromNVIDIA committed Aug 15, 2024
1 parent 27b52f2 commit 54c4860
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ci-wheel.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,8 @@ cmake \
-DCMAKE_BUILD_TYPE=Release \
-DBUILD_ONLY=s3 \
-DBUILD_SHARED_LIBS=OFF \
-DENABLE_TESTING=OFF
-DENABLE_TESTING=OFF \
-DENABLE_UNITY_BUILD=ON
cmake --build build/
cmake --install build/
popd
Expand Down

0 comments on commit 54c4860

Please sign in to comment.