Skip to content

Commit

Permalink
Turn on optimization
Browse files Browse the repository at this point in the history
  • Loading branch information
cmorty committed May 8, 2015
1 parent ccc15b4 commit 6ce6213
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
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.

0 comments on commit 6ce6213

Please sign in to comment.