diff --git a/bindings/ruby/ext/options.rb b/bindings/ruby/ext/options.rb index 6fed3184059..4c5ee7b9d11 100644 --- a/bindings/ruby/ext/options.rb +++ b/bindings/ruby/ext/options.rb @@ -61,6 +61,7 @@ def extra_options def configure filepath "ACCELERATE_FRAMEWORK" + ignored "BINDINGS_FLAT" ignored "BUILD_SHARED_LIBS" ignored "BUILD_TESTING" ignored "CMAKE_BUILD_TYPE" @@ -83,6 +84,7 @@ def configure bool "GGML_AVX_VNNI" ignored "GGML_BACKEND_DL" ignored "GGML_BIN_INSTALL_DIR" + ignored "GGML_BINDINGS_FLAT" bool "GGML_BLAS" string "GGML_BLAS_VENDOR" bool "GGML_BMI2"