Skip to content

Commit

Permalink
Recommend -fno-verbose-asm
Browse files Browse the repository at this point in the history
  • Loading branch information
verhovsky committed Jan 11, 2024
1 parent c2cc3b8 commit 2d3c49e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ First you need disassembly of your source files. That's because the extension do

Regular disassembly may be generated with:

$(CC) -g -o disassembly.S $(CFLAGS) -S source.c
$(CC) -g -o disassembly.S -fno-verbose-asm $(CFLAGS) -S source.c

Objdumped disassembly should be generated with lines info:

Expand Down

0 comments on commit 2d3c49e

Please sign in to comment.