disable arch by default

This commit is contained in:
steven-omaha
2023-02-28 12:55:28 +01:00
parent fc78a3b248
commit a9e4162dbf
3 changed files with 13 additions and 5 deletions
+5
View File
@@ -27,3 +27,8 @@ path = "crates/main/main.rs"
lto = "off"
opt-level = "z"
strip = true
[features]
default = []
debian = ["pacdef_core/debian"]
arch = ["pacdef_core/arch"]