diff --git a/src/glibc.zig b/src/glibc.zig index 462423fa12..d0f358a03f 100644 --- a/src/glibc.zig +++ b/src/glibc.zig @@ -317,7 +317,8 @@ pub fn buildCRTFile(comp: *Compilation, crt_file: CRTFile) !void { "-std=gnu11", "-fgnu89-inline", "-fmerge-all-constants", - "-frounding-math", + // glibc sets this flag but clang does not support it. + // "-frounding-math", "-fno-stack-protector", "-fno-common", "-fmath-errno",