Merge branch 'noexecstack' of https://github.com/gentoo-monero/xmrig into dev

This commit is contained in:
XMRig 2020-06-07 20:11:37 +07:00
commit 5c5d841776
No known key found for this signature in database
GPG key ID: 446A53638BE94409

View file

@ -51,3 +51,7 @@ KeccakF1600_AVX2_ASM:
lea r10,[rip+rndc]
#include "sha3_256_keccakf1600_avx2.inc"
#if defined(__linux__) && defined(__ELF__)
.section .note.GNU-stack,"",%progbits
#endif