Build the tests with optimization.

Egad, the whole point of the tests was to make sure the optimizations work.
This commit is contained in:
Bill Currie 2012-12-01 16:40:37 +09:00
parent 54289da416
commit b0c08bf24b

View file

@ -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)