Commit 6423a56
committed
Add MSVC compiler flags in build.rs
- /EHsc: Enable C++ exception handling (required by std::ostringstream)
- /wd4127: Disable 'conditional expression is constant' warning that
triggers in hex_float.h template code1 parent d5211be commit 6423a56
1 file changed
Lines changed: 8 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
42 | 50 | | |
43 | 51 | | |
44 | 52 | | |
| |||
0 commit comments