Merge branch 'topic/bbannier/issue-4587'

This commit is contained in:
Benjamin Bannier 2025-06-24 16:30:52 +02:00
commit 767ddfd8a1
3 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,7 @@
8.0.0-dev.498 | 2025-06-24 16:30:52 +0200
* GH-4587: Build builtin Spicy analyzers in debug mode if debug mode is enabled (Benjamin Bannier, Corelight)
8.0.0-dev.496 | 2025-06-24 14:00:39 +0100 8.0.0-dev.496 | 2025-06-24 14:00:39 +0100
* Default canonifier change to only remove first timestamp in line (Johanna Amann, Corelight) * Default canonifier change to only remove first timestamp in line (Johanna Amann, Corelight)

View file

@ -649,6 +649,7 @@ if (ENABLE_DEBUG)
set(VERSION_C_IDENT "${VERSION_C_IDENT}_debug") set(VERSION_C_IDENT "${VERSION_C_IDENT}_debug")
target_compile_definitions(zeek_internal INTERFACE DEBUG) target_compile_definitions(zeek_internal INTERFACE DEBUG)
target_compile_definitions(zeek_dynamic_plugin_base INTERFACE DEBUG) target_compile_definitions(zeek_dynamic_plugin_base INTERFACE DEBUG)
set(SPICYZ_FLAGS "-d" CACHE STRING "Additional flags to pass to spicyz for builtin analyzers")
endif () endif ()
if (NOT BINARY_PACKAGING_MODE) if (NOT BINARY_PACKAGING_MODE)

View file

@ -1 +1 @@
8.0.0-dev.496 8.0.0-dev.498