mirror of
https://github.com/oven-sh/bun
synced 2026-02-02 15:08:46 +00:00
### What does this PR do? Move `-DENABLE_REMOTE_INSPECTOR=ON` from the debug-only flags to the macOS common flags so it applies to all build configurations (debug, release, lto). This was already the case for Linux and Windows. Without this, `build:release:local` fails because BunDebugger.cpp and InspectorLifecycleAgent.cpp unconditionally use JSC inspector APIs that are only available when REMOTE_INSPECTOR is enabled. ### How did you verify your code works? Build locally
9.1 KiB
Executable File
9.1 KiB
Executable File