Skip to content

Commit 2aeef6e

Browse files
committed
[HACK] Always emit debug symbols (for llvm debug)
Signed-off-by: Azat Khuzhin <[email protected]>
1 parent 584c97c commit 2aeef6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ endif()
232232
# (empty stack frames and no local variables)."
233233
option(OMIT_HEAVY_DEBUG_SYMBOLS
234234
"Do not generate debugger info for heavy modules (ClickHouse functions and dictionaries, some contrib)"
235-
${OMIT_HEAVY_DEBUG_SYMBOLS_DEFAULT})
235+
OFF) # FIXME
236236

237237
if (CMAKE_BUILD_TYPE_UC STREQUAL "DEBUG")
238238
set(USE_DEBUG_HELPERS ON)

0 commit comments

Comments
 (0)