From 748f12a1aca0646c344eb4042519230ace786dcf Mon Sep 17 00:00:00 2001 From: griffi-gh Date: Mon, 12 Feb 2024 22:59:49 +0100 Subject: [PATCH] what the fuck :ferrisballSweat: --- Cargo.toml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index fb1d24f..e15ab38 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -33,3 +33,8 @@ opt-level = 3 [profile.dev.package.rayon] opt-level = 3 + +#this is cursed as fuck +#enabling debug assertions here causes the game to abort +[profile.dev.package.android-activity] +debug-assertions = false