diff options
author | 2016-04-09 22:26:27 +0000 | |
---|---|---|
committer | 2016-04-09 22:28:04 +0000 | |
commit | a1bad36d220a71922228682752a31275291931dd (patch) | |
tree | b304b51b893750d0e4363f66b5415dfa3bc4fcd4 /scripts/genie.lua | |
parent | 7d2c7a125e12e6440494d615d9aa7b4360e770fa (diff) |
Add more clang output to tell where #include errors are coming from
Diffstat (limited to 'scripts/genie.lua')
-rw-r--r-- | scripts/genie.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/genie.lua b/scripts/genie.lua index 92e3897217e..a3c59ca7462 100644 --- a/scripts/genie.lua +++ b/scripts/genie.lua @@ -953,6 +953,7 @@ end "-Wno-inline-new-delete", "-Wno-constant-logical-operand", "-Wno-deprecated-register", + "-fdiagnostics-show-note-include-stack", } if (version >= 30500) then buildoptions { |