diff --git a/src/glibc.zig b/src/glibc.zig index f61c8e57577c281b0f330c124b5ff955a5f73709..2b4b3402d6aae51b43ad3bdac87fab23b7ec152f 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",