mirror of
https://github.com/CrystalSplitter/ghcitui.git
synced 2024-11-22 06:32:37 +03:00
18 lines
517 B
Plaintext
18 lines
517 B
Plaintext
packages: *.cabal
|
|
verbose: 3
|
|
run-tests: True
|
|
jobs: $ncpus
|
|
|
|
-- By default, we want to build for release
|
|
-- and devs may disable this as a local configuration.
|
|
executable-stripping: True
|
|
library-stripping: True
|
|
optimization: 2
|
|
|
|
-- Since this is meant as a standalone executable, we *should* statically link.
|
|
-- However, I don't seem to have all the system dependencies needed for this.
|
|
--
|
|
-- For the space-conscious and those making use of shared
|
|
-- haskell libs, set this to False regardless.
|
|
executable-static: False
|