Skip to content

Commit

Permalink
Disable Intel libs link for icx compiler (#2870)
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexsandruss committed Aug 8, 2024
1 parent 61953a7 commit 32b55bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dev/make/compiler_definitions/icx.mkl.32e.mk
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,14 @@ CMPLRDIRSUFF.icx = _icx

CORE.SERV.COMPILER.icx = generic

-Zl.icx = -no-intel-lib=libirc
-Zl.icx = -no-intel-lib
-DEBC.icx = -g

COMPILER.lnx.icx = icpx -m64 \
-Werror -Wreturn-type


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

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

0 comments on commit 32b55bd

Please sign in to comment.