Commit 7cb188fd authored by Huw Davies's avatar Huw Davies Committed by Alexandre Julliard

winegcc: Restore the linker option specifier for strip.

parent 5baadda5
......@@ -406,7 +406,7 @@ static strarray *get_link_args( struct options *opts, const char *output_name )
strarray_add( flags, "-image_base" );
strarray_add( flags, opts->image_base );
}
if (opts->strip) strarray_add( flags, "-x" );
if (opts->strip) strarray_add( flags, "-Wl,-x" );
return flags;
case PLATFORM_SOLARIS:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment