| author | |
| committer | |
| log | f407778e83b46787b6337a8015d93f3d66334907 |
| tree | 0ed303c2cd37c7fca540cd2b28889ce5f084c1e3 |
| parent | 923f114bdb4e1808d7f6f424a292c9775ada6f25 |
| signature |
~Same thing as b03a04c7fca587af0f1caf59881def3c91596728.1 files changed, 1 insertions(+), 2 deletions(-)
src/glibc.zig+1-2| ... | ... | @@ -374,8 +374,7 @@ pub fn buildCRTFile(comp: *Compilation, crt_file: CRTFile, prog_node: std.Progre |
| 374 | 374 | "-std=gnu11", |
| 375 | 375 | "-fgnu89-inline", |
| 376 | 376 | "-fmerge-all-constants", |
| 377 | // glibc sets this flag but clang does not support it. | |
| 378 | // "-frounding-math", | |
| 377 | "-frounding-math", | |
| 379 | 378 | "-fno-stack-protector", |
| 380 | 379 | "-fno-common", |
| 381 | 380 | "-fmath-errno", |