Skip to content

Draft: Add -z noexecstack flag

Martin Lueders requested to merge test_noexecstack_flag into hotfix-14.1

Description

New toolchains throw warnings about executable stacks, which are generated through function pointers to 'contained' functions. With this flag, this behaviour should be avoided.

News snippet

Fix linker warning

Checklist

  • I have checked that my code follows the Octopus coding standards
  • I have added tests for all the new features added in this request.

Merge request reports