diff options
author | Reimar Döffinger <Reimar.Doeffinger@gmx.de> | 2014-09-21 09:58:10 +0100 |
---|---|---|
committer | Reimar Döffinger <Reimar.Doeffinger@gmx.de> | 2014-09-28 10:01:24 +0100 |
commit | b7082d953fda93f7841ffffe7d15a6c3cd15bdee (patch) | |
tree | d1cfc8ad264952eacb464747b7e75930127369dc /configure | |
parent | 3956b12fdec5ec1b1358788a6000b78a724f76aa (diff) | |
download | ffmpeg-b7082d953fda93f7841ffffe7d15a6c3cd15bdee.tar.gz |
configure: add noexecstack to linker options if supported.
Signed-off-by: Reimar Döffinger <Reimar.Doeffinger@gmx.de>
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -4621,6 +4621,7 @@ fi check_code cc arm_neon.h "int16x8_t test = vdupq_n_s16(0)" && enable intrinsics_neon check_ldflags -Wl,--as-needed +check_ldflags -Wl,-z,noexecstack if check_func dlopen; then ldl= |