From: Jason Ish Date: Tue, 7 May 2024 21:43:10 +0000 (-0600) Subject: rust: temporary: disable debug assertions X-Git-Tag: suricata-8.0.0-beta1~1336 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F11046%2Fhead;p=thirdparty%2Fsuricata.git rust: temporary: disable debug assertions --- diff --git a/rust/Cargo.toml.in b/rust/Cargo.toml.in index e53d50054f..86a7af4a03 100644 --- a/rust/Cargo.toml.in +++ b/rust/Cargo.toml.in @@ -16,6 +16,10 @@ name = "suricata" [profile.release] debug = true +[profile.dev] +debug = true +debug-assertions = false + [features] lua = [] lua_int8 = ["lua"]