| author | |
| committer | |
| log | b03a04c7fca587af0f1caf59881def3c91596728 |
| tree | f9c3498baef5b85516b35a921b03321afc4090f1 |
| parent | 243bb87db0a793dbc6c3b11226244816cc3d9937 |
| signature |
Clang supports these now.1 files changed, 2 insertions(+), 3 deletions(-)
src/musl.zig+2-3| ... | ... | @@ -392,9 +392,8 @@ 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", | |
| 398 | 397 | "-fno-strict-aliasing", |
| 399 | 398 | "-Wa,--noexecstack", |
| 400 | 399 | "-D_XOPEN_SOURCE=700", |