mirror of
https://github.com/BreizhHardware/bloubloulespoissons.git
synced 2026-01-18 16:47:31 +01:00
release mode
This commit is contained in:
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@@ -31,7 +31,7 @@ jobs:
|
||||
run: mkdir build
|
||||
|
||||
- name: Configure CMake
|
||||
run: cmake -S . -B build
|
||||
run: cmake -S . -B build -DCMAKE_BUILD_TYPE=Release
|
||||
|
||||
- name: Build project
|
||||
run: cmake --build build -- -j $(nproc)
|
||||
|
||||
Reference in New Issue
Block a user