This commit is contained in:
Alfredo Tupone 2026-05-29 17:11:09 +03:00 committed by GitHub
commit eeb9b527d6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 8 additions and 0 deletions

View File

@ -165,4 +165,8 @@
#endif
#if defined(__linux__) && defined(__ELF__)
.section .note.GNU-stack,""
#endif
#endif

View File

@ -510,4 +510,8 @@
#endif
#if defined(__linux__) && defined(__ELF__)
.section .note.GNU-stack,""
#endif
#endif