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

CMake fixes + README update #1276

Open
wants to merge 1 commit into
base: unstable
Choose a base branch
from

Commits on Nov 14, 2024

  1. CMake fixes

    - Updated README with CMake variable default values
    - CMake: support for tcmalloc / tcmalloc_minimal is now working
    - CMake: Lua lib: prefer mkstemp over tmpnam (tmpname is considered insecured)
    - CMake: use `valkey_pkg_config` to wrap `pkg_check_modules`
    - Reduced the CMake minimum version to 3.10 (this allows using CMake build on older systems)
    - CMake: sanitizer flags should be set for valkey-server only (no need for valkey-cli & valkey-benchmark)
    
    Signed-off-by: Eran Ifrah <[email protected]>
    eifrah-aws committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    a3a9eea View commit details
    Browse the repository at this point in the history