summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/python-mapnik/python-mapnik_std_optional.patch
diff options
context:
space:
mode:
authorMichael Bishop <cleverca22@gmail.com>2020-06-05 23:34:38 -0300
committerMichael Bishop <cleverca22@gmail.com>2020-06-05 23:34:38 -0300
commite27e475f0d7292f1ecb64c4f40de2d417b46f45a (patch)
treef2f1bc174d9f09a6f1b173247bbfa7e8e82b2492 /pkgs/development/python-modules/python-mapnik/python-mapnik_std_optional.patch
parentdd8f077ff90efa200970855acab12cf4e49b3ea9 (diff)
rust: fix rust cross-compile
reasoning: sjlj (short jump long jump) exception handling makes no sense on x86_64, it's forcably slowing programs down as it produces a constant overhead. On x86_64 we have SEH (Structured Exception Handling) and we should use that. On i686, we do not have SEH, and have to use sjlj with dwarf2. Hence it's now conditional on x86_32
Diffstat (limited to 'pkgs/development/python-modules/python-mapnik/python-mapnik_std_optional.patch')
0 files changed, 0 insertions, 0 deletions