diff --git a/src/libunwind.zig b/src/libunwind.zig index cc4029c6bf..2fe8b5e283 100644 --- a/src/libunwind.zig +++ b/src/libunwind.zig @@ -39,7 +39,7 @@ pub fn buildStaticLib(comp: *Compilation) !void { switch (Compilation.classifyFileExt(unwind_src)) { .c => { - try cflags.append("-std=c99"); + try cflags.append("-std=c11"); }, .cpp => { try cflags.appendSlice(&[_][]const u8{