From 96db7c79cf2a9a06725360b0d12e5de583bef07d Mon Sep 17 00:00:00 2001 From: Yureka Date: Tue, 17 Mar 2026 11:29:01 +0100 Subject: [PATCH] lix-doc: remove rust_dynamic_args This causes a build error with lto, and according to Jade is not strictly needed anymore. Change-Id: I41e53a57f40711061effe08f78545011a4b51754 --- lix/lix-doc/meson.build | 2 -- 1 file changed, 2 deletions(-) diff --git a/lix/lix-doc/meson.build b/lix/lix-doc/meson.build index 933f1b0ed..5006c695e 100644 --- a/lix/lix-doc/meson.build +++ b/lix/lix-doc/meson.build @@ -20,8 +20,6 @@ lix_doc = static_library( rnix, ], rust_args : [ - # Empty when default_library=static - rust_dynamic_args, lix_doc_rust_args, ], )