Skip to content

Commit 77e79d6

Browse files
committed
Disable Pybind LTO in vcpkg CI
1 parent 413e196 commit 77e79d6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/vcpkg.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,7 @@ jobs:
166166
-DVCPKG_TARGET_TRIPLET=${{ matrix.triplet }} \
167167
-DVCPKG_HOST_TRIPLET=${{ matrix.triplet }} \
168168
-DCMAKE_BUILD_TYPE=${{ matrix.build_type }} \
169+
-DCMAKE_INTERPROCEDURAL_OPTIMIZATION=OFF \
169170
-DGTSAM_BUILD_EXAMPLES_ALWAYS=ON \
170171
-DGTSAM_BUILD_WITH_PRECOMPILED_HEADERS=OFF \
171172
-DGTSAM_ROT3_EXPMAP=ON \

0 commit comments

Comments
 (0)