mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 15:42:02 +00:00
fix: default value
This commit is contained in:
parent
598c81ed0a
commit
e008198023
@ -67,7 +67,7 @@ option(STRIP_DEBUG_SYMBOLS_FUNCTIONS
|
||||
Provides faster linking and lower binary size.
|
||||
Tradeoff is the inability to debug some source files with e.g. gdb
|
||||
(empty stack frames and no local variables)."
|
||||
STRIP_DSF_DEFAULT)
|
||||
${STRIP_DSF_DEFAULT})
|
||||
|
||||
if (STRIP_DEBUG_SYMBOLS_FUNCTIONS)
|
||||
message(WARNING "Not generating debugger info for ClickHouse functions")
|
||||
|
Loading…
Reference in New Issue
Block a user