mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-01-29 20:50:58 +00:00
Make: compile Release build will all the speed
This commit is contained in:
parent
8e32d978a1
commit
0079b4df64
1 changed files with 1 additions and 1 deletions
|
@ -372,7 +372,7 @@ else
|
||||||
|
|
||||||
# build a normal optimised version
|
# build a normal optimised version
|
||||||
WINDRESFLAGS = -DNDEBUG
|
WINDRESFLAGS = -DNDEBUG
|
||||||
#CFLAGS+=-O2
|
CFLAGS+=-O3
|
||||||
endif
|
endif
|
||||||
CFLAGS+=-g $(OPTS) $(M5) $(WINDRESFLAGS)
|
CFLAGS+=-g $(OPTS) $(M5) $(WINDRESFLAGS)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue