diff --git a/src/glibc.zig b/src/glibc.zig index f61c8e5757..2b4b3402d6 100644 --- a/src/glibc.zig +++ b/src/glibc.zig @@ -374,8 +374,7 @@ pub fn buildCRTFile(comp: *Compilation, crt_file: CRTFile, prog_node: std.Progre "-std=gnu11", "-fgnu89-inline", "-fmerge-all-constants", - // glibc sets this flag but clang does not support it. - // "-frounding-math", + "-frounding-math", "-fno-stack-protector", "-fno-common", "-fmath-errno",