| ... | @@ -374,8 +374,7 @@ pub fn buildCRTFile(comp: *Compilation, crt_file: CRTFile, prog_node: std.Progre | ... | @@ -374,8 +374,7 @@ pub fn buildCRTFile(comp: *Compilation, crt_file: CRTFile, prog_node: std.Progre |
| 374 | "-std=gnu11", | 374 | "-std=gnu11", |
| 375 | "-fgnu89-inline", | 375 | "-fgnu89-inline", |
| 376 | "-fmerge-all-constants", | 376 | "-fmerge-all-constants", |
| 377 | // glibc sets this flag but clang does not support it. | 377 | "-frounding-math", |
| 378 | // "-frounding-math", | | |
| 379 | "-fno-stack-protector", | 378 | "-fno-stack-protector", |
| 380 | "-fno-common", | 379 | "-fno-common", |
| 381 | "-fmath-errno", | 380 | "-fmath-errno", |