bun run prettier:extra

This commit is contained in:
DonIsaac
2025-02-28 23:43:36 +00:00
committed by github-actions[bot]
parent 28ec398137
commit 0fec40ad52

View File

@@ -390,7 +390,7 @@ function getBuildEnv(target, options) {
ENABLE_CANARY: revision > 0 ? "ON" : "OFF",
CANARY_REVISION: revision,
ENABLE_ASSERTIONS: release ? "OFF" : "ON",
ENABLE_LOGS: (release || safe) ? "OFF" : "ON",
ENABLE_LOGS: release || safe ? "OFF" : "ON",
ABI: abi === "musl" ? "musl" : undefined,
CMAKE_TLS_VERIFY: "0",