mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
Changed default CMAKE_BUILD_TYPE to RelWithDebInfo
The --enable-debug option of the configure wrapper changes it to Debug. Removed --enable-release option of the configure wrapper. Updated submodules
This commit is contained in:
parent
d9def9e7d5
commit
e4d12ea1d3
6 changed files with 8 additions and 19 deletions
7
configure
vendored
7
configure
vendored
|
@ -23,8 +23,7 @@ Usage: $0 [OPTION]... [VAR=VALUE]...
|
|||
[PREFIX/share/bro]
|
||||
|
||||
Optional Features:
|
||||
--enable-debug compile with debugging symbols
|
||||
--enable-release compile with optimizations
|
||||
--enable-debug compile in debugging mode
|
||||
--enable-brov6 enable IPv6 processing
|
||||
--enable-perftools use Google's perftools
|
||||
--enable-broccoli build/install the Broccoli library
|
||||
|
@ -74,7 +73,6 @@ append_cache_entry BRO_ROOT_DIR PATH /usr/local/bro
|
|||
append_cache_entry PY_MOD_INSTALL_DIR PATH /usr/local/bro/lib/broctl
|
||||
append_cache_entry POLICYDIR STRING /usr/local/bro/share/bro
|
||||
append_cache_entry ENABLE_DEBUG BOOL false
|
||||
append_cache_entry ENABLE_RELEASE BOOL false
|
||||
append_cache_entry BROv6 BOOL false
|
||||
append_cache_entry ENABLE_PERFTOOLS BOOL false
|
||||
append_cache_entry BinPAC_SKIP_INSTALL BOOL true
|
||||
|
@ -112,9 +110,6 @@ while [ $# -ne 0 ]; do
|
|||
--enable-debug)
|
||||
append_cache_entry ENABLE_DEBUG BOOL true
|
||||
;;
|
||||
--enable-release)
|
||||
append_cache_entry ENABLE_RELEASE BOOL true
|
||||
;;
|
||||
--enable-brov6)
|
||||
append_cache_entry BROv6 BOOL true
|
||||
;;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue