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:
parent
3e15a8a791
commit
db540b746b
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -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; \
|
||||
|
|
Loading…
Reference in a new issue