Make: compile Release build will all the speed

This commit is contained in:
Alam Ed Arias 2016-05-26 20:39:15 -04:00
parent 8e32d978a1
commit 0079b4df64
1 changed files with 1 additions and 1 deletions

View File

@ -372,7 +372,7 @@ else
# build a normal optimised version
WINDRESFLAGS = -DNDEBUG
#CFLAGS+=-O2
CFLAGS+=-O3
endif
CFLAGS+=-g $(OPTS) $(M5) $(WINDRESFLAGS)