Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add -flto=thin to mac aarch64 build cflags for ez 10% gain #469

Merged

Commits on Jun 27, 2023

  1. Refactor the way arguments are passed in bazel, add -flto

    This adds a macro "vere_library" which supports our concepts of debug and
    release builds, and gives finer-grained control over which copts/linkopts are
    passed and when.
    
    Takes advantage of bazel's "compilation_mode={dbg,opt}" to control
    debug/optimized builds.
    fighet-parnet committed Jun 27, 2023
    Configuration menu
    Copy the full SHA
    f7a75b5 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2023

  1. update install.md

    barter-simsum committed Jul 3, 2023
    Configuration menu
    Copy the full SHA
    6af1e32 View commit details
    Browse the repository at this point in the history
  2. s/musl-ar/musl-gcc-ar

    barter-simsum committed Jul 3, 2023
    Configuration menu
    Copy the full SHA
    aca5410 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2023

  1. Configuration menu
    Copy the full SHA
    6fe5409 View commit details
    Browse the repository at this point in the history