Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Mark Huffman Decoder Assembly
noexecstack
on All Architectures
Apparently, even when the assembly file is empty (because `ZSTD_ENABLE_ASM_X86_64_BMI2` is false), it still is marked as possibly needing an executable stack and so the whole library is marked as such. This commit applies a simple patch for this problem by moving the noexecstack indication outside the macro guard. This commit builds on facebook#2857. This commit addresses facebook#2963.
- Loading branch information