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

tiny improvement #1093

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

tiny improvement #1093

wants to merge 2 commits into from

Commits on May 18, 2023

  1. add COMPILE_FLAGS pass to cmake config

    Ex to build with clang.
    
    ```
    export LLVM_DIR=/usr/src/clang-android
    export LLVM_CONFIG=$LLVM_DIR/bin/llvm-config
    COMPILE_FLAGS="-DCMAKE_CXX_COMPILER=${LLVM_DIR}/bin/clang++ -DLLVM_DIR=${LLVM_DIR}" source build.sh
    ```
    joeyjiaojg authored and Security CI committed May 18, 2023
    Configuration menu
    Copy the full SHA
    d8108a2 View commit details
    Browse the repository at this point in the history
  2. JOBS to override default jobs

    JOBS=$(nproc) bash build.sh
    joeyjiaojg authored and Security CI committed May 18, 2023
    Configuration menu
    Copy the full SHA
    3a2f707 View commit details
    Browse the repository at this point in the history