fix(build): remove duplicate feature keys after rebase
This commit is contained in:
parent
8f5da70283
commit
0e5353ee3c
1 changed files with 0 additions and 6 deletions
|
|
@ -139,12 +139,6 @@ landlock = ["sandbox-landlock"]
|
|||
probe = ["dep:probe-rs"]
|
||||
# rag-pdf = PDF ingestion for datasheet RAG
|
||||
rag-pdf = ["dep:pdf-extract"]
|
||||
# sandbox backends (optional, platform-specific)
|
||||
sandbox-landlock = []
|
||||
sandbox-bubblewrap = []
|
||||
# native browser backend (optional, adds WebDriver dependency)
|
||||
browser-native = []
|
||||
|
||||
[profile.release]
|
||||
opt-level = "z" # Optimize for size
|
||||
lto = "thin" # Lower memory use during release builds
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue