Skip to content

Conversation

@vicb
Copy link
Contributor

@vicb vicb commented Jan 12, 2026

Useful especially on MacOS where the local dev is broken (sefgault 11) ATM.

The README is awlays where I look to get the build command so I think it would be helpful there.

Thanks @danlapid for the tip.

@vicb vicb requested review from a team as code owners January 12, 2026 14:05
@fhanau
Copy link
Contributor

fhanau commented Jan 12, 2026

Note that the command we use to compile the official release binaries is slightly different to account for platform-specific flags: release_macos adds -O3 and several linker options that reduce binary size, for example. I worry that making this change as-is will create confusion, as we tell people to build in a configuration that doesn't include -O3 for release binaries (Windows needs /clang:-O3 instead, that's why we don't enable -O3 in the base release configuration).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants