diff --git a/cmake/targets/BuildBun.cmake b/cmake/targets/BuildBun.cmake index 9e64330a73..5289bce805 100644 --- a/cmake/targets/BuildBun.cmake +++ b/cmake/targets/BuildBun.cmake @@ -1462,7 +1462,7 @@ if(NOT BUN_CPP_ONLY) list(APPEND bunFiles ${bun}.dSYM) endif() - if(APPLE OR LINUX) + if((APPLE OR LINUX) AND NOT ENABLE_ASAN) list(APPEND bunFiles ${bun}.linker-map) endif()