From 689c90124022c3c090598ad74186655864e222a6 Mon Sep 17 00:00:00 2001 From: Alexandr-Solovev Date: Thu, 29 Aug 2024 01:53:07 -0700 Subject: [PATCH] update link opts for win --- dev/make/compiler_definitions/icx.mkl.32e.mk | 1 - 1 file changed, 1 deletion(-) diff --git a/dev/make/compiler_definitions/icx.mkl.32e.mk b/dev/make/compiler_definitions/icx.mkl.32e.mk index 19bd4ff8041..af18b3fe0ec 100644 --- a/dev/make/compiler_definitions/icx.mkl.32e.mk +++ b/dev/make/compiler_definitions/icx.mkl.32e.mk @@ -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 \