diff options
author | John MacFarlane <jgm@berkeley.edu> | 2020-11-18 21:08:24 -0800 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2020-11-18 21:08:24 -0800 |
commit | 3f278f580e82670999b2bc8e6f10001b792c574c (patch) | |
tree | 195ae15b37ed20ed829ebe397bbac9f631654d33 /src/Text/Pandoc | |
parent | 7fa4d367bb2d083ea865e22b4439b321cfbc3011 (diff) | |
download | pandoc-3f278f580e82670999b2bc8e6f10001b792c574c.tar.gz |
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 'src/Text/Pandoc')
0 files changed, 0 insertions, 0 deletions