release mode

This commit is contained in:
Clément Fouché
2024-12-12 17:17:10 +01:00
parent 3cc095454e
commit 46ca27705e

View File

@@ -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)