Commit 93b573a
authored
[SYCL][libdevice] Allow iterator debug level mismatch (#5669)
On Windows, users will encounter host link error saying
"ITERATOR DEBUG LEVEL MISMATCH" when building programs
with /MDd when libsycl-fallback-cassert.obj is involved.
In fact, the host obj extracted from libdevice is an
empty file and we can use "-D_ALLOW_ITERATOR_DEBUG_LEVEL"
to bypass this issue.
Signed-off-by: jinge90 <ge.jin@intel.com>1 parent 7c8a2ac commit 93b573a
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| 32 | + | |
32 | 33 | | |
33 | 34 | | |
34 | 35 | | |
| |||
0 commit comments