| ... | @@ -317,7 +317,8 @@ pub fn buildCRTFile(comp: *Compilation, crt_file: CRTFile) !void { | ... | @@ -317,7 +317,8 @@ pub fn buildCRTFile(comp: *Compilation, crt_file: CRTFile) !void { |
| 317 | "-std=gnu11", | 317 | "-std=gnu11", |
| 318 | "-fgnu89-inline", | 318 | "-fgnu89-inline", |
| 319 | "-fmerge-all-constants", | 319 | "-fmerge-all-constants", |
| 320 | "-frounding-math", | 320 | // glibc sets this flag but clang does not support it. |
| | 321 | // "-frounding-math", |
| 321 | "-fno-stack-protector", | 322 | "-fno-stack-protector", |
| 322 | "-fno-common", | 323 | "-fno-common", |
| 323 | "-fmath-errno", | 324 | "-fmath-errno", |