File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -515,9 +515,9 @@ jobs:
515
515
516
516
- name : Test
517
517
env :
518
- CMAKE_PARAMS : " -DVTR_ASSERT_LEVEL=3 -DWITH_BLIFEXPLORER=on -DWITH_ODIN=on"
518
+ CMAKE_PARAMS : " -DVTR_ASSERT_LEVEL=3 -DWITH_BLIFEXPLORER=on -DWITH_ODIN=on -DVTR_IPO_BUILD=off "
519
519
MATRIX_EVAL : ${{ matrix.eval }}
520
- BUILD_TYPE : release
520
+ BUILD_TYPE : debug # Note: We use the debug build here to make the build time faster since we do not care about run time.
521
521
NUM_PROC : ${{ steps.cpu-cores.outputs.count }}
522
522
run : |
523
523
export PATH="/usr/lib/ccache:/usr/local/opt/ccache/libexec:$PATH"
@@ -548,7 +548,7 @@ jobs:
548
548
env :
549
549
CMAKE_PARAMS : " -DVTR_ASSERT_LEVEL=3 -DCMAKE_COMPILE_WARNING_AS_ERROR=on -DVTR_IPO_BUILD=off"
550
550
MATRIX_EVAL : ' CC=gcc-11 && CXX=g++-11'
551
- BUILD_TYPE : release
551
+ BUILD_TYPE : debug # Note: We use the debug build here to make the build time faster since we do not care about run time.
552
552
NUM_PROC : ${{ steps.cpu-cores.outputs.count }}
553
553
run : |
554
554
export PATH="/usr/lib/ccache:/usr/local/opt/ccache/libexec:$PATH"
You can’t perform that action at this time.
0 commit comments