Configure CMake build options for Release and static build
Some checks failed
Build / build (push) Has been cancelled
Some checks failed
Build / build (push) Has been cancelled
Update build workflow to set Release build type, enable Clang, and build static binaries
This commit is contained in:
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@@ -27,7 +27,7 @@ jobs:
|
||||
- name: Configure the project
|
||||
run: |
|
||||
cd build
|
||||
CC=clang CXX=clang++ cmake ..
|
||||
CC=clang CXX=clang++ cmake -DCMAKE_BUILD_TYPE=Release -DUSE_CLANG=ON -DBUILD_STATIC=ON ..
|
||||
|
||||
- name: Build the project
|
||||
run: |
|
||||
|
Reference in New Issue
Block a user