mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-05-18 17:06:14 +08:00
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:
committed by
dpasukhi
parent
eab678df86
commit
653bb48aca
1
.github/workflows/build-occt-with-vcpkg.yml
vendored
1
.github/workflows/build-occt-with-vcpkg.yml
vendored
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user