File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -611,7 +611,7 @@ jobs:
611611 run : |
612612 export PATH="/usr/lib/ccache:/usr/local/opt/ccache/libexec:$PATH"
613613 # compile with verification and ast matchers
614- make -j$(nproc) -s CPPFLAGS="-DCHECK_INTERNAL" CXXOPTS="-g -O2 -w -DHAVE_BOOST" MATCHCOMPILER=yes VERIFY=1
614+ make -j$(nproc) CPPFLAGS="-DCHECK_INTERNAL" CXXOPTS="-g -O2 -w -DHAVE_BOOST" MATCHCOMPILER=yes VERIFY=1
615615
616616 - name : CMake
617617 run : |
Original file line number Diff line number Diff line change 3939 - name : build cppcheck
4040 run : |
4141 export PATH="/usr/lib/ccache:/usr/local/opt/ccache/libexec:$PATH"
42- make -j$(nproc) -s CXXOPTS="-w"
42+ make -j$(nproc) CXXOPTS="-w"
4343 strip -s ./cppcheck
4444
4545 scriptcheck :
Original file line number Diff line number Diff line change 5656 export PATH="/usr/lib/ccache:/usr/local/opt/ccache/libexec:$PATH"
5757 # valgrind cannot handle DWARF 5 yet so force version 4
5858 # work around performance regression with -inline-deferral
59- make -j$(nproc) -s CXXOPTS="-O2 -w -DHAVE_BOOST -gdwarf-4 -mllvm -inline-deferral" MATCHCOMPILER=yes
59+ make -j$(nproc) CXXOPTS="-O2 -w -DHAVE_BOOST -gdwarf-4 -mllvm -inline-deferral" MATCHCOMPILER=yes
6060 env :
6161 CC : clang-14
6262 CXX : clang++-14
You can’t perform that action at this time.
0 commit comments