From 8eaaa905f709db623432a95fd9d4e4dfecdb7eae Mon Sep 17 00:00:00 2001 From: LemonBoy Date: Thu, 19 Nov 2020 23:30:16 +0100 Subject: stage2: Make zig cc more verbose (#7166) * stage2: Make zig cc more verbose Make `zig cc` print more info from Clang itself and from our own linker invocation, this is needed for CMake to properly discover all the include directories and library search paths. Closes #7110 * Update `update_clang_options` * Typo fixes Co-authored-by: Jakub Konka --- tools/update_clang_options.zig | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'tools') diff --git a/tools/update_clang_options.zig b/tools/update_clang_options.zig index 0a5f99cd97..009eeb9ec1 100644 --- a/tools/update_clang_options.zig +++ b/tools/update_clang_options.zig @@ -214,7 +214,11 @@ const known_options = [_]KnownOpt{ }, .{ .name = "###", - .ident = "verbose_cmds", + .ident = "dry_run", + }, + .{ + .name = "v", + .ident = "verbose", }, .{ .name = "L", -- cgit v1.2.3