lower size by desabling debug infos

This commit is contained in:
Arkitu 2025-01-17 23:23:25 +01:00
parent 093ab8f38b
commit 97eb82e009
2 changed files with 2 additions and 5 deletions

View File

@ -65,9 +65,6 @@ android_logger = "0.14"
[profile.dev] [profile.dev]
opt-level = 1 opt-level = 1
[profile.release]
debug = true
# Enable a large amount of optimization in the dev profile for dependencies. # Enable a large amount of optimization in the dev profile for dependencies.
[profile.dev.package."*"] [profile.dev.package."*"]
opt-level = 3 opt-level = 3
@ -84,4 +81,4 @@ build_targets = ["aarch64-linux-android", "armv7-linux-androideabi"]
target_sdk_version = 31 target_sdk_version = 31
[package.metadata.android.application] [package.metadata.android.application]
label = "Forestiles" label = "Forestiles"

View File

@ -1,2 +1,2 @@
[toolchain] [toolchain]
channel = "nightly" channel = "nightly"