| ... | ... | @@ -392,9 +392,9 @@ fn addCcArgs( |
| 392 | 392 | try args.appendSlice(&[_][]const u8{ |
| 393 | 393 | "-std=c99", |
| 394 | 394 | "-ffreestanding", |
| 395 | | // Musl adds these args to builds with gcc but clang does not support them. |
| 396 | | //"-fexcess-precision=standard", |
| 397 | | //"-frounding-math", |
| 395 | "-fexcess-precision=standard", |
| 396 | "-frounding-math", |
| 397 | "-fno-strict-aliasing", |
| 398 | 398 | "-Wa,--noexecstack", |
| 399 | 399 | "-D_XOPEN_SOURCE=700", |
| 400 | 400 | |