build: remove debug from release profile

This commit is contained in:
ardocrat
2024-09-14 16:08:40 +03:00
parent 5d83710fed
commit fe5aca6f0e
-3
View File
@@ -16,9 +16,6 @@ path = "src/main.rs"
name="grim"
crate-type = ["rlib"]
[profile.release]
debug = 1
[profile.release-apk]
inherits = "release"
strip = true