Skip to content

Commit 048d344

Browse files
committed
Enable tracing to see why CI is crashing.
1 parent 1fc42a1 commit 048d344

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

CMakeLists.txt

+2
Original file line numberDiff line numberDiff line change
@@ -209,6 +209,8 @@ if (SNMALLOC_NO_REALLOCARR)
209209
add_as_define(SNMALLOC_NO_REALLOCARR)
210210
endif()
211211

212+
add_as_define(SNMALLOC_TRACING)
213+
212214
target_compile_definitions(snmalloc INTERFACE $<$<BOOL:CONST_QUALIFIED_MALLOC_USABLE_SIZE>:MALLOC_USABLE_SIZE_QUALIFIER=const>)
213215

214216
# In debug and CI builds, link the backtrace library so that we can get stack

0 commit comments

Comments
 (0)