Skip to content

Commit

Permalink
Update win32.build.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
jcelerier authored Nov 1, 2023
1 parent b400242 commit 8575244
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/win32.build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ cmake -GNinja $BUILD_SOURCESDIRECTORY \
-DCMAKE_BUILD_TYPE=Release \
-DCMAKE_UNITY_BUILD=1 \
-DOSSIA_STATIC_EXPORT=1 \
-DSCORE_INSTALL_HEADERS=1 \
-DSCORE_INSTALL_HEADERS=1 -DCMAKE_C_FLAGS="-g" -DCMAKE_CXX_FLAGS="-g" -DCPACK_STRIP_FILES=0 -DCMAKE_INSTALL_DO_STRIP=0 \
-DSCORE_DEPLOYMENT_BUILD=1

cmake --build .
Expand Down

0 comments on commit 8575244

Please sign in to comment.