mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
Build builtin Spicy analyzers in debug mode if debug mode is enabled
Closes #4587.
This commit is contained in:
parent
a22837536d
commit
c15d04282d
1 changed files with 1 additions and 0 deletions
|
@ -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)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue