| author | |
| committer | |
| log | 3fb6e46f6e4231b9569193a15a4357a2ae11fb0f |
| tree | af5aee84a2716208ec3acce8d591201e91728f3a |
| parent | 945fc7064bc143a8ccda22aeeefefc5efbeff7a4 |
For some platforms, the math-related flags are ignored and produce warnings.
There's nothing we can do about that, so just silence them.1 files changed, 1 insertions(+), 0 deletions(-)
src/glibc.zig+1| ... | ... | @@ -369,6 +369,7 @@ pub fn buildCRTFile(comp: *Compilation, crt_file: CRTFile, prog_node: std.Progre |
| 369 | 369 | "-fmath-errno", |
| 370 | 370 | "-ftls-model=initial-exec", |
| 371 | 371 | "-Wno-ignored-attributes", |
| 372 | "-Qunused-arguments", | |
| 372 | 373 | }); |
| 373 | 374 | try add_include_dirs(comp, arena, &args); |
| 374 | 375 |