Commit 97cda25
committed
build: tweak for portability with exceptions
Teach the build system how to spell `-fno-exceptions` in a foreign
grammar. This allows building with `clang-cl` without a warning for the
invalid argument.
The spelling is documented at
https://learn.microsoft.com/en-us/cpp/build/reference/eh-exception-handling-model?view=msvc-1701 parent a239222 commit 97cda25
1 file changed
+8
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
21 | | - | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
22 | 28 | | |
23 | 29 | | |
24 | 30 | | |
| |||
0 commit comments