Commit ede906c
authored
[CMake][MSVC] Wrap more Linker flags for ICX (intel#16284)
This is a continuation of intel#15756 unfortunately I missed some flags in
that patch because icx does not warn about options starting with `/O` or
`/D` (they are understood as optimization and macro defining flags).
I documented the approach of finding these unwrapped flags as a GH gist
here: https://gist.github.com/Maetveis/00567488f0d6ff74095d91ed306fafc51 parent 5e10744 commit ede906c
1 file changed
+4
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
56 | | - | |
| 56 | + | |
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
| |||
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
75 | | - | |
| 75 | + | |
76 | 76 | | |
77 | 77 | | |
78 | | - | |
| 78 | + | |
79 | 79 | | |
80 | | - | |
| 80 | + | |
81 | 81 | | |
82 | 82 | | |
83 | 83 | | |
| |||
0 commit comments