Browse Source

faiss: remove duplicate config (#8498)

* faiss: update to 1.12.0

* update xmake.lua

* Update xmake.lua

* faiss: remove duplicate config
choyy 1 month ago
parent
commit
a72c1591e5
1 changed files with 0 additions and 1 deletions
  1. 0 1
      packages/f/faiss/xmake.lua

+ 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")