mirror of
https://github.com/ilyakooo0/Idris-dev.git
synced 2024-11-13 07:26:59 +03:00
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:
parent
b450502f91
commit
75236325c5
@ -1,2 +1 @@
|
||||
CABALFLAGS += -f LLVM -f FFI -f curses
|
||||
|
||||
CABALFLAGS += -f LLVM -f FFI -f curses --disable-documentation --disable-profiling --disable-library-profiling
|
||||
|
Loading…
Reference in New Issue
Block a user