Turn on optimization

This commit is contained in:
Moritz 'Morty' Strübe 2015-05-08 09:21:19 +02:00
parent 16f7c2448c
commit 23d6250584
2 changed files with 1 additions and 1 deletions

View File

@ -22,4 +22,4 @@ endif
all: $(SERIALDUMP)
$(SERIALDUMP): serialdump.c
$(CC) -o $@ $<
$(CC) -O2 -o $@ $<

Binary file not shown.