mirror of
https://github.com/ilyakooo0/Idris-dev.git
synced 2024-11-11 14:57:30 +03:00
75236325c5
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.
2 lines
111 B
Plaintext
2 lines
111 B
Plaintext
CABALFLAGS += -f LLVM -f FFI -f curses --disable-documentation --disable-profiling --disable-library-profiling
|