Skip to content

Commit

Permalink
use -O3 instead of -Os
Browse files Browse the repository at this point in the history
  • Loading branch information
prusnak committed Jul 7, 2015
1 parent 1da1ced commit 1183aa7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ CC=gcc
EMCC=emcc
CHECKLIBS = -lcheck -lrt -lpthread -lm

OPTFLAGS = -Os -g
OPTFLAGS = -O3 -g

EMFLAGS = -O3

Expand Down

0 comments on commit 1183aa7

Please sign in to comment.