Skip to content

Commit

Permalink
Merge pull request #1048 from cmorty/pull/serialdump
Browse files Browse the repository at this point in the history
Fix and clean up serialdump.c
  • Loading branch information
simonduq committed May 15, 2015
2 parents 402eabe + 23d6250 commit f45c6ad
Show file tree
Hide file tree
Showing 3 changed files with 219 additions and 215 deletions.
2 changes: 1 addition & 1 deletion tools/sky/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ endif
all: $(SERIALDUMP)

$(SERIALDUMP): serialdump.c
$(CC) -o $@ $<
$(CC) -O2 -o $@ $<
Binary file modified tools/sky/serialdump-linux
Binary file not shown.
Loading

0 comments on commit f45c6ad

Please sign in to comment.