Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions bin/fstracecheck2
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,7 @@ def form_tstcmd(argv, dirpath, pathname, test_source):
arch = False
elif arg == "-c":
yield "-E"
yield "-P"
elif arg == "-o":
obj = True
yield arg
Expand Down Expand Up @@ -236,6 +237,7 @@ def form_ppcmd(argv, dirpath, pathname, x_output):
arch = False
elif arg == "-c":
yield "-E"
yield "-P"
elif arg == "-o":
obj = True
yield arg
Expand Down Expand Up @@ -335,6 +337,8 @@ def form_cccmd(argv, dirpath, pathname, pp_output):
else:
yield arg
yield "-Wno-unused-command-line-argument"
yield "-Wformat"
yield "-Werror"
yield "-O0" # quicker


Expand Down