winegcc: Always mark executables as nx compat.
Signed-off-by: Jacek Caban <jacek@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
d541087079
commit
aae296bfd7
|
@ -450,6 +450,8 @@ static strarray *get_link_args( struct options *opts, const char *output_name )
|
|||
}
|
||||
}
|
||||
|
||||
strarray_add( flags, "-Wl,--nxcompat" );
|
||||
|
||||
if (opts->image_base) strarray_add( flags, strmake("-Wl,--image-base,%s", opts->image_base ));
|
||||
|
||||
if (opts->large_address_aware && opts->target_cpu == CPU_x86)
|
||||
|
|
Loading…
Reference in New Issue