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

set --disable-stats if stats feature is not enabled #82

Merged
merged 2 commits into from
May 10, 2024

Commits on Apr 28, 2024

  1. set --disable-stats if stats feature is not enabled

    jemalloc defaults to enabling stats if `--enable-stats` is not
    present and `--disable-stats` was not set: https://github.com/jemalloc/jemalloc/blob/fa451de17fff73cc03c31ec8cd817d62927d1ff9/configure.ac#L1331-L1333
    
    Signed-off-by: strawberry <strawberry@puppygock.gay>
    girlbossceo committed Apr 28, 2024
    Configuration menu
    Copy the full SHA
    9c7950e View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2024

  1. add stats as a default feature to avoid breakage

    the stats feature was always enabled by default and never
    respected if someone were to remove the stats feature as
    no logic was added for setting `--disable-stats`. to avoid
    breaking other user's setups who are relying on this behaviour,
    set stats as a default feature.
    
    Signed-off-by: strawberry <strawberry@puppygock.gay>
    girlbossceo committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    9924de9 View commit details
    Browse the repository at this point in the history