Commit b463b42
committed
gen_descriptor: normalize clang-cl -std:c++17 -> -std=c++17
Windows clang-cl uses the MSVC colon form; the cxx-std sanity assert expects the
canonical gnu form. Normalize at capture. (Last windows gap: sources/snapshot/
flags all generate clean now — 375 C/C++ + 27 asm, 171 snapshot files.)1 parent 6e13a04 commit b463b42
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
115 | 115 | | |
116 | 116 | | |
117 | 117 | | |
118 | | - | |
| 118 | + | |
119 | 119 | | |
120 | 120 | | |
121 | 121 | | |
| |||
0 commit comments