Skip to content

Commit

Permalink
move optimzations back to -O2, not -O3.
Browse files Browse the repository at this point in the history
  • Loading branch information
jorisvink committed Jul 9, 2018
1 parent bc1206c commit 570f9ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -40,7 +40,7 @@ endif
ifneq ("$(NOOPT)", "")
CFLAGS+=-O0
else
CFLAGS+=-O3
CFLAGS+=-O2
endif

ifneq ("$(NOSENDFILE)", "")
Expand Down

0 comments on commit 570f9ac

Please sign in to comment.