Turn on optimization
This commit is contained in:
parent
16f7c2448c
commit
23d6250584
|
@ -22,4 +22,4 @@ endif
|
|||
all: $(SERIALDUMP)
|
||||
|
||||
$(SERIALDUMP): serialdump.c
|
||||
$(CC) -o $@ $<
|
||||
$(CC) -O2 -o $@ $<
|
||||
|
|
Binary file not shown.
Loading…
Reference in a new issue