Skip to content

Commit 3f95bab

Browse files
committed
Point SVS_URL to LTO-enabled tarball
1 parent 71a3f83 commit 3f95bab

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

bindings/cpp/CMakeLists.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,8 @@ if ((SVS_RUNTIME_ENABLE_LVQ OR SVS_RUNTIME_ENABLE_LEANVEC))
9595
svs_x86_options_base
9696
)
9797
else()
98-
set(SVS_URL "https://github.com/intel/ScalableVectorSearch/releases/download/v1.0.0-dev/svs-shared-library-1.0.0-NIGHTLY-20251017-faiss.tar.gz"
98+
# Links to LTO-enabled static library, requires GCC/G++ 11.2
99+
set(SVS_URL "https://github.com/intel/ScalableVectorSearch/releases/download/v1.0.0-dev/svs-shared-library-1.0.0-NIGHTLY-20251030-737-bindings.tar.gz"
99100
CACHE STRING "URL to download SVS shared library")
100101
include(FetchContent)
101102
FetchContent_Declare(

0 commit comments

Comments
 (0)