Skip to content

Commit

Permalink
Add --no-banner flag to covc (uxlfoundation#2584)
Browse files Browse the repository at this point in the history
  • Loading branch information
ahuber21 authored Nov 29, 2023
1 parent a283a9a commit ffbf2bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev/make/cmplr.icc.mkl.mk
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ CORE.SERV.COMPILER.icc = generic
-Zl.icc = $(if $(OS_is_win),-Zl,) -mGLOB_freestanding=TRUE -mCG_no_libirc=TRUE
-Qopt = $(if $(OS_is_win),-Qopt-,-qopt-)

COMPILER.lnx.icc = $(if $(COVFILE),cov01 -1; covc -i )icc -qopenmp-simd \
COMPILER.lnx.icc = $(if $(COVFILE),cov01 -1; covc --no-banner -i )icc -qopenmp-simd \
-Werror -Wreturn-type -diag-disable=10441
COMPILER.lnx.icc += $(if $(COVFILE), $(-Q)m64)
COMPILER.win.icc = icl $(if $(MSVC_RT_is_release),-MD, -MDd /debug:none) -nologo -WX -Qopenmp-simd -Qdiag-disable:10441
Expand Down

0 comments on commit ffbf2bb

Please sign in to comment.