fix: default value

This commit is contained in:
myrrc 2020-09-10 15:44:49 +03:00
parent 598c81ed0a
commit e008198023

View File

@ -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")