Skip to content

Commit

Permalink
update(cmake): bump jemalloc asan warning message
Browse files Browse the repository at this point in the history
Co-authored-by: Samuel Gaist <[email protected]>
Signed-off-by: Federico Di Pierro <[email protected]>
  • Loading branch information
FedeDP and sgaist authored Dec 6, 2024
1 parent 7fe39a3 commit b8db7e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ include(ExternalProject)

if(USE_JEMALLOC)
if(USE_ASAN)
message(WARNING "Jemalloc and ASAN do not play well together")
message(WARNING "Jemalloc and ASAN are known to have issues when combined")
endif()
include(jemalloc)
endif()
Expand Down

0 comments on commit b8db7e5

Please sign in to comment.