mirror of
https://github.com/oven-sh/bun
synced 2026-02-02 15:08:46 +00:00
chore(ENG-21402): Remove Unused CMake Code (#24228)
This commit is contained in:
@@ -140,11 +140,6 @@ if(ENABLE_ASAN AND ENABLE_LTO)
|
||||
setx(ENABLE_LTO OFF)
|
||||
endif()
|
||||
|
||||
if(USE_VALGRIND AND NOT USE_BASELINE)
|
||||
message(WARNING "If valgrind is enabled, baseline must also be enabled")
|
||||
setx(USE_BASELINE ON)
|
||||
endif()
|
||||
|
||||
if(BUILDKITE_COMMIT)
|
||||
set(DEFAULT_REVISION ${BUILDKITE_COMMIT})
|
||||
else()
|
||||
|
||||
Reference in New Issue
Block a user