2
0
Эх сурвалжийг харах

faiss: remove duplicate config (#8498)

* faiss: update to 1.12.0

* update xmake.lua

* Update xmake.lua

* faiss: remove duplicate config
choyy 1 сар өмнө
parent
commit
a72c1591e5

+ 0 - 1
packages/f/faiss/xmake.lua

@@ -13,7 +13,6 @@ package("faiss")
     add_configs("mkl",        {description = "Enable MKL.",                     default = false, type = "boolean"})
     add_configs("python",     {description = "Build Python extension.",         default = false, type = "boolean"})
     add_configs("c_api",      {description = "Build C API.",                    default = false, type = "boolean"})
-    add_configs("lto",        {description = "Enable Link-Time optimization.",  default = false, type = "boolean"})
 
     if is_plat("linux") then
         add_syslinks("pthread")