| author | |
| committer | |
| log | e1436873a3391aa3f97e044a87699b0788835241 |
| tree | 2a9e2c8888884ad45153bef9de67c5303e40d4b0 |
| parent | 37fa6f955d5c2c9e89a5b95751f7c393db1fe822 |
glibc wants this flag but clang (our C compiler) does not support it.1 files changed, 2 insertions(+), 1 deletions(-)
src/glibc.zig+2-1| ... | ... | @@ -317,7 +317,8 @@ pub fn buildCRTFile(comp: *Compilation, crt_file: CRTFile) !void { |
| 317 | 317 | "-std=gnu11", |
| 318 | 318 | "-fgnu89-inline", |
| 319 | 319 | "-fmerge-all-constants", |
| 320 | "-frounding-math", | |
| 320 | // glibc sets this flag but clang does not support it. | |
| 321 | // "-frounding-math", | |
| 321 | 322 | "-fno-stack-protector", |
| 322 | 323 | "-fno-common", |
| 323 | 324 | "-fmath-errno", |