Skip to content

Commit

Permalink
update link opts for win
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexandr-Solovev committed Aug 29, 2024
1 parent fb340cc commit 689c901
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion dev/make/compiler_definitions/icx.mkl.32e.mk
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ COMPILER.lnx.icx = icx -m64 \
COMPILER.win.icx = icx $(if $(MSVC_RT_is_release),-MD, -MDd) -nologo -WX -Qopenmp-simd -Wno-deprecated-declarations

link.dynamic.lnx.icx = icx -m64 -no-intel-lib
link.dynamic.win.icx = icx -m64 -no-intel-lib

pedantic.opts.icx = -pedantic \
-Wall \
Expand Down

0 comments on commit 689c901

Please sign in to comment.