aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2020-11-18 21:08:24 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2020-11-18 21:08:24 -0800
commit3f278f580e82670999b2bc8e6f10001b792c574c (patch)
tree195ae15b37ed20ed829ebe397bbac9f631654d33 /src
parent7fa4d367bb2d083ea865e22b4439b321cfbc3011 (diff)
downloadpandoc-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')
0 files changed, 0 insertions, 0 deletions