don't force debuglocks flag on in Makefile
Reverts a change accidentially committed in 09edb07ac5
debuglocks is minimal cost, but there is some and this was an accidental
change
This commit is contained in:
parent
2c1288334d
commit
11ca07fe6f
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -35,7 +35,7 @@ install-home:
|
|||
tmp/configure-stamp: Build/TestConfig.hs Build/Configure.hs
|
||||
if [ "$(BUILDER)" = ./Setup ]; then $(GHC) --make Setup; fi
|
||||
if [ "$(BUILDER)" != stack ]; then \
|
||||
$(BUILDER) configure -f debuglocks $(BUILDERCOMMONOPTIONS) --ghc-options="$(shell Build/collect-ghc-options.sh)"; \
|
||||
$(BUILDER) configure $(BUILDERCOMMONOPTIONS) --ghc-options="$(shell Build/collect-ghc-options.sh)"; \
|
||||
else \
|
||||
$(BUILDER) setup $(BUILDERCOMMONOPTIONS); \
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue