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