Skip to content

Commit

Permalink
t7
Browse files Browse the repository at this point in the history
  • Loading branch information
mjreno authored and mjreno committed Jan 22, 2025
1 parent 328d389 commit fb38f9c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,9 @@ if fc_id == 'intel-cl'
'/Qdiag-disable:5268', # Line too long
'/Qdiag-disable:10448',# ifort deprecation warning
]
link_args += ['/ignore:4217', # access through ddlimport might be inefficient
'/ignore:4286' # same as 4217, but more general
#link_args += ['/ignore:4217', # access through ddlimport might be inefficient
# '/ignore:4286' # same as 4217, but more general
link_args += ['/ignore:4217'] # access through ddlimport might be inefficient
]
elif fc_id == 'intel'
# linux and macOS
Expand Down

0 comments on commit fb38f9c

Please sign in to comment.