]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
Revert "rust: temporary: disable debug assertions"
authorPhilippe Antoine <pantoine@oisf.net>
Tue, 14 May 2024 09:18:27 +0000 (11:18 +0200)
committerVictor Julien <victor@inliniac.net>
Wed, 15 May 2024 15:03:50 +0000 (17:03 +0200)
This reverts commit 14ab9aa763d44dda0f4c831047966b595f5630c1.

rust/Cargo.toml.in

index 86a7af4a03c7b48fe439131d553a9c4e53b199cc..e53d50054f83ac1fd88fea8aac2133945a7fb12a 100644 (file)
@@ -16,10 +16,6 @@ name = "suricata"
 [profile.release]
 debug = true
 
-[profile.dev]
-debug = true
-debug-assertions = false
-
 [features]
 lua = []
 lua_int8 = ["lua"]