Configuration - Remove -symbolic linker flag (#432)

Updated VCPKG workflow to follow the type of linking with the triplet.
Removed symbolic linker flag. As a result downgrade of performance.
The symbolic flag has high risk of instability, better to disable.
This commit is contained in:
Pasukhin Dmitry
2025-03-12 22:18:44 +00:00
committed by dpasukhi
parent eab678df86
commit 653bb48aca
2 changed files with 2 additions and 1 deletions

View File

@@ -114,6 +114,7 @@ jobs:
-DUSE_TK=OFF \
-DBUILD_USE_PCH=ON \
-DBUILD_INCLUDE_SYMLINK=ON \
-DBUILD_LIBRARY_TYPE="Static" \
-DINSTALL_DIR=${{ github.workspace }}/install-${{ matrix.build_type }} \
-DUSE_DRACO=ON \
-DUSE_FFMPEG=ON \