Commit 49fd500
authored
[CONSAN] Disable overflow checks in consan (#8940)
Disabling overflow asserts when ConSan is enabled. Overflow checks are
enabled by default, however, the checks code interfere with couple of
compiler passes (WS and others), and slow down already slow compilation
of instrumented kernels.1 parent ab36c1f commit 49fd500
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
173 | 173 | | |
174 | 174 | | |
175 | 175 | | |
| 176 | + | |
176 | 177 | | |
177 | 178 | | |
178 | 179 | | |
| |||
0 commit comments