mirror of
https://github.com/oven-sh/bun
synced 2026-02-09 18:38:55 +00:00
bun run prettier:extra
This commit is contained in:
committed by
github-actions[bot]
parent
28ec398137
commit
0fec40ad52
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user