From 3b5f1173abbd26f9d558be3aba4a76c8d4ef56b3 Mon Sep 17 00:00:00 2001 From: Philippe Antoine Date: Tue, 14 May 2024 11:18:27 +0200 Subject: [PATCH] Revert "rust: temporary: disable debug assertions" This reverts commit 14ab9aa763d44dda0f4c831047966b595f5630c1. --- rust/Cargo.toml.in | 4 ---- 1 file changed, 4 deletions(-) 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"]