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
(cherry picked from commit 96db7c79cf)
This commit is contained in:
Yureka
2026-03-18 17:43:01 +00:00
parent bc506e4f67
commit a10fd676f6
-2
View File
@@ -20,8 +20,6 @@ lix_doc = static_library(
rnix,
],
rust_args : [
# Empty when default_library=static
rust_dynamic_args,
lix_doc_rust_args,
],
)