mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
Merge branch 'topic/bbannier/issue-4587'
This commit is contained in:
commit
767ddfd8a1
3 changed files with 6 additions and 1 deletions
4
CHANGES
4
CHANGES
|
@ -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)
|
||||||
|
|
|
@ -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)
|
||||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
||||||
8.0.0-dev.496
|
8.0.0-dev.498
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue