mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-10 15:22:04 +00:00
Build the tests with optimization.
Egad, the whole point of the tests was to make sure the optimizations work.
This commit is contained in:
parent
54289da416
commit
b0c08bf24b
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ INCLUDES= -I$(top_srcdir)/include $(QFCC_INCS)
|
|||
QFCC_DEP=$(builddir)/../source/qfcc$(EXEEXT)
|
||||
QFCC=$(QFCC_DEP)
|
||||
|
||||
QCFLAGS=-qq -g --no-default-paths
|
||||
QCFLAGS=-qq -O -g --no-default-paths
|
||||
QCPPFLAGS=
|
||||
QCOMPILE=$(QFCC) $(QCFLAGS) $(QCPPFLAGS)
|
||||
|
||||
|
|
Loading…
Reference in a new issue