Skip to content

Commit

Permalink
convert_project: Turn off -dump-intermediate by default. (#490)
Browse files Browse the repository at this point in the history
We've found it more distracting than helpful.
  • Loading branch information
mattmccutchen-cci committed Mar 16, 2021
1 parent 023d3a4 commit c7e3915
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clang/tools/3c/utils/port_tools/generate_ccommands.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

# to separate multiple commands in a line
CMD_SEP = " &&"
DEFAULT_ARGS = ["-dump-stats", "-dump-intermediate"]
DEFAULT_ARGS = ["-dump-stats"]
if os.name == "nt":
DEFAULT_ARGS.append("-extra-arg-before=--driver-mode=cl")
CMD_SEP = " ;"
Expand Down

0 comments on commit c7e3915

Please sign in to comment.