We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7c8e01 commit 2f07e0fCopy full SHA for 2f07e0f
.github/workflows/test.yml
@@ -674,7 +674,7 @@ jobs:
674
- name: Build
675
env:
676
CMAKE_PARAMS: "-DVTR_ASSERT_LEVEL=3 -DCMAKE_COMPILE_WARNING_AS_ERROR=on -DVTR_IPO_BUILD=off -D CMAKE_C_COMPILER_LAUNCHER=ccache -D CMAKE_CXX_COMPILER_LAUNCHER=ccache"
677
- BUILD_TYPE: debug # Note: We use the debug build here to make the build time faster since we do not care about run time.
+ BUILD_TYPE: release # Note: We use the debug build here to make the build time faster since we do not care about run time.
678
run: |
679
export PATH="/usr/lib/ccache:/usr/local/opt/ccache/libexec:$PATH"
680
make -j${{ steps.cpu-cores.outputs.count}}
0 commit comments