diff --git a/src/preprocess.zig b/src/preprocess.zig index 4a3b4ea..e93b34c 100644 --- a/src/preprocess.zig +++ b/src/preprocess.zig @@ -79,6 +79,7 @@ fn hasAnyErrors(comp: *aro.Compilation) bool { pub fn appendAroArgs(arena: Allocator, argv: *std.ArrayList([]const u8), options: cli.Options, system_include_paths: []const []const u8) !void { try argv.appendSlice(&.{ "-E", + "--comments", "-fuse-line-directives", "--target=x86_64-windows-msvc", "--emulate=msvc",