Skip to content

Commit

Permalink
trace: Add complete default flags
Browse files Browse the repository at this point in the history
  • Loading branch information
fischeti authored and colluca committed Aug 29, 2024
1 parent f75fe91 commit d86f641
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion util/trace/gen_trace.py
Original file line number Diff line number Diff line change
Expand Up @@ -1147,7 +1147,7 @@ def main():
)
parser.add_argument(
'--mc-flags',
default='-mcpu=snitch',
default='-disassemble -mcpu=snitch',
help='Flags to pass to the llvm-mc executable'
)

Expand Down

0 comments on commit d86f641

Please sign in to comment.