| author | |
| committer | |
| log | c852992c7eb07907091a35b2ef4cc87cf9651c6e |
| tree | 18fcfa4a4156fb2aea72460071d901f37805c7b8 |
| parent | f87dd43c1285d38d7a0f3092f6487bf1e1f4faa6 |
| signature |
Apparently 3fb6e46f6e4231b9569193a15a4357a2ae11fb0f wasn't enough.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 | "-fgnu89-inline", |
| 370 | 370 | "-fmerge-all-constants", |
| 371 | 371 | "-frounding-math", |
| 372 | "-Wno-unsupported-floating-point-opt", // For targets that don't support -frounding-math. | |
| 372 | 373 | "-fno-stack-protector", |
| 373 | 374 | "-fno-common", |
| 374 | 375 | "-fmath-errno", |