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 use_apx flag to options.conf #813

Merged
merged 1 commit into from
Jan 4, 2024

Commits on Jan 4, 2024

  1. Add use_apx flag to options.conf

    Set value True by default, but other added options still default to
    false.
    
    diff --git a/options.conf b/options.conf
    index ed481d682825..127ec6e6ffaa 100644
    --- a/options.conf
    +++ b/options.conf
    @@ -59,6 +59,16 @@ server = false
     skip_tests = false
     # add .so files to the lib package instead of dev
     so_to_lib = false
    +# configure build for apx
    +use_apx = true
    +# configure build for avx2
    +use_avx2 = false
    +# configure build for avx512
    +use_avx512 = false
    +# add clang flags
    +use_clang = false
    +# configure build for lto
    +use_lto = false
     # require package verification for build
     verify_required = false
    bwarden committed Jan 4, 2024
    Configuration menu
    Copy the full SHA
    49cc43a View commit details
    Browse the repository at this point in the history