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

build: Replace hardcoded "auto" value with default one #1535

Merged
merged 4 commits into from
Jun 25, 2024

Commits on May 27, 2024

  1. autotools: Remove "auto" value of --with-ecmult-window option

    "auto" implies that a value is being chosen based on build system
    introspection or host system capabilities. However, for the
    `--with-ecmult-window` option, the value "auto" is hardcoded, which
    might lead to confusion.
    
    This change replaces "auto" with a more appropriate default value.
    hebasto committed May 27, 2024
    Configuration menu
    Copy the full SHA
    122dbae View commit details
    Browse the repository at this point in the history
  2. autotools: Remove "auto" value of --with-ecmult-gen-kb option

    "auto" implies that a value is being chosen based on build system
    introspection or host system capabilities. However, for the
    `--with-ecmult-gen-kb` option, the value "auto" is hardcoded, which
    might lead to confusion.
    
    This change replaces "auto" with a more appropriate default value.
    hebasto committed May 27, 2024
    Configuration menu
    Copy the full SHA
    26b94ee View commit details
    Browse the repository at this point in the history
  3. cmake: Remove "AUTO" value of SECP256K1_ECMULT_WINDOW_SIZE option

    "AUTO" implies that a value is being chosen based on build system
    introspection or host system capabilities. However, for the
    `SECP256K1_ECMULT_WINDOW_SIZE` option, the value "AUTO" is hardcoded,
    which might lead to confusion.
    
    This change replaces "AUTO" with a more appropriate default value.
    hebasto committed May 27, 2024
    Configuration menu
    Copy the full SHA
    a06805e View commit details
    Browse the repository at this point in the history
  4. cmake: Remove "AUTO" value of SECP256K1_ECMULT_GEN_KB option

    "AUTO" implies that a value is being chosen based on build system
    introspection or host system capabilities. However, for the
    `SECP256K1_ECMULT_GEN_KB` option, the value "AUTO" is hardcoded, which
    might lead to confusion.
    
    This change replaces "AUTO" with a more appropriate default value.
    hebasto committed May 27, 2024
    Configuration menu
    Copy the full SHA
    4d9645b View commit details
    Browse the repository at this point in the history