don't optimise test suite

This avoids needing to adjust -fspec-constr-count, which
continues to need high values (> 8 now) when building the test suite.
This commit is contained in:
Joey Hess 2011-05-15 12:32:18 -04:00
parent 3e15a8a791
commit db540b746b

View file

@ -45,7 +45,7 @@ install: all
fi
test: $(bins)
if ! $(GHCMAKE) test; then \
if ! $(GHCMAKE) -O0 test; then \
echo "** not running test suite" >&2; \
else \
./test; \