diff options
| author | John MacFarlane <[email protected]> | 2020-11-18 21:08:24 -0800 |
|---|---|---|
| committer | John MacFarlane <[email protected]> | 2020-11-18 21:08:24 -0800 |
| commit | 3f278f580e82670999b2bc8e6f10001b792c574c (patch) | |
| tree | 195ae15b37ed20ed829ebe397bbac9f631654d33 /stack.yaml | |
| parent | 7fa4d367bb2d083ea865e22b4439b321cfbc3011 (diff) | |
Remove 'static' flag.
This isn't really necessary and can be misleading
(e.g. on macOS, where a fully static build isn't
possible). cabal's new option
`--enable-executable-static` does the same. On stack
you can add something like this to the options for your
executable in package.yaml:
ld-options: -static -pthread
Diffstat (limited to 'stack.yaml')
| -rw-r--r-- | stack.yaml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/stack.yaml b/stack.yaml index 420a610b7..16f56c9d4 100644 --- a/stack.yaml +++ b/stack.yaml @@ -2,7 +2,6 @@ flags: pandoc: trypandoc: false embed_data_files: true - static: false packages: - '.' extra-deps: |
