Saner set of suggested defaults for cabal flags.

Following from observations seen on IRC, a set of alternate cabal
flags has been presented in `custom.mk-alldeps`. These flags ensure
that the build does not do profiling, nor build documentation. These
are useful optimisations for building Idris.
This commit is contained in:
Jan de Muijnck-Hughes 2015-04-14 23:08:37 +01:00
parent b450502f91
commit 75236325c5

View File

@ -1,2 +1 @@
CABALFLAGS += -f LLVM -f FFI -f curses
CABALFLAGS += -f LLVM -f FFI -f curses --disable-documentation --disable-profiling --disable-library-profiling