From: Philippe Antoine Date: Tue, 14 May 2024 09:18:27 +0000 (+0200) Subject: Revert "rust: temporary: disable debug assertions" X-Git-Tag: suricata-8.0.0-beta1~1320 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3b5f1173abbd26f9d558be3aba4a76c8d4ef56b3;p=thirdparty%2Fsuricata.git Revert "rust: temporary: disable debug assertions" This reverts commit 14ab9aa763d44dda0f4c831047966b595f5630c1. --- diff --git a/rust/Cargo.toml.in b/rust/Cargo.toml.in index 86a7af4a03..e53d50054f 100644 --- a/rust/Cargo.toml.in +++ b/rust/Cargo.toml.in @@ -16,10 +16,6 @@ name = "suricata" [profile.release] debug = true -[profile.dev] -debug = true -debug-assertions = false - [features] lua = [] lua_int8 = ["lua"]