We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 584c97c commit 2aeef6eCopy full SHA for 2aeef6e
1 file changed
CMakeLists.txt
@@ -232,7 +232,7 @@ endif()
232
# (empty stack frames and no local variables)."
233
option(OMIT_HEAVY_DEBUG_SYMBOLS
234
"Do not generate debugger info for heavy modules (ClickHouse functions and dictionaries, some contrib)"
235
- ${OMIT_HEAVY_DEBUG_SYMBOLS_DEFAULT})
+ OFF) # FIXME
236
237
if (CMAKE_BUILD_TYPE_UC STREQUAL "DEBUG")
238
set(USE_DEBUG_HELPERS ON)
0 commit comments