fast build mode no longer links exe with recent cabal
I tried removing the --no-link, but then the link fails. Which must be why cabal is using it.
This commit is contained in:
parent
3c03929720
commit
8976e4755c
1 changed files with 2 additions and 1 deletions
3
Makefile
3
Makefile
|
@ -233,7 +233,8 @@ androidapp:
|
|||
$(MAKE) -C standalone/android
|
||||
|
||||
# We bypass cabal, and only run the main ghc --make command for a
|
||||
# fast development built. Note: Does not rebuild C libraries.
|
||||
# fast development built. Note: Does not rebuild C libraries, or link
|
||||
# executable.
|
||||
fast: dist/caballog
|
||||
@$$(grep 'ghc --make' dist/caballog | head -n 1 | sed -e 's/-package-id [^ ]*//g' -e 's/-hide-all-packages//') -O0
|
||||
@ln -sf dist/build/git-annex/git-annex git-annex
|
||||
|
|
Loading…
Reference in a new issue