Commit f01deb8
Mark stack as non executable
The linker is unable to detect that executable stack is not required and so marks
libblastrampoline.so as requiring it. Pass `-Wl,-z,noexecstack` to
ensure that the stack is marked as not executable. This improves security and
allows running on systems where SELinux has been configured to disallow
executable stacks.1 parent 582a271 commit f01deb8
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | | - | |
| 38 | + | |
| 39 | + | |
39 | 40 | | |
40 | 41 | | |
41 | 42 | | |
| |||
0 commit comments