From 97eb82e009a08568c6652f1eb0537d9eddbc1512 Mon Sep 17 00:00:00 2001 From: Arkitu <85173315+Arkitu@users.noreply.github.com> Date: Fri, 17 Jan 2025 23:23:25 +0100 Subject: [PATCH] lower size by desabling debug infos --- Cargo.toml | 5 +---- rust-toolchain.toml | 2 +- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index c6f8799..c710e9c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -65,9 +65,6 @@ android_logger = "0.14" [profile.dev] opt-level = 1 -[profile.release] -debug = true - # Enable a large amount of optimization in the dev profile for dependencies. [profile.dev.package."*"] opt-level = 3 @@ -84,4 +81,4 @@ build_targets = ["aarch64-linux-android", "armv7-linux-androideabi"] target_sdk_version = 31 [package.metadata.android.application] -label = "Forestiles" \ No newline at end of file +label = "Forestiles" diff --git a/rust-toolchain.toml b/rust-toolchain.toml index 271800c..5d56faf 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -1,2 +1,2 @@ [toolchain] -channel = "nightly" \ No newline at end of file +channel = "nightly"