mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
Optimize initial memory consumption
This commit is contained in:
parent
eb08b696bf
commit
3f349b8a37
10 changed files with 49 additions and 22 deletions
|
@ -180,6 +180,10 @@ if ( NOT ZEEK_LOG_DIR )
|
|||
set(ZEEK_LOG_DIR ${ZEEK_ROOT_DIR}/logs)
|
||||
endif ()
|
||||
|
||||
if ( NOT MSVC )
|
||||
set(HAVE_SUPERVISOR true)
|
||||
endif ()
|
||||
|
||||
install(DIRECTORY DESTINATION ${ZEEK_ETC_INSTALL_DIR})
|
||||
install(DIRECTORY DESTINATION ${ZEEK_STATE_DIR})
|
||||
install(DIRECTORY DESTINATION ${ZEEK_SPOOL_DIR})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue