Minimal custom build for win64 Server app

Huw Davies huw at codeweavers.com
Mon Feb 21 03:30:22 CST 2022


On Mon, Feb 21, 2022 at 09:17:56AM +0000, Huw Davies wrote:
> Also, have you tried to strip the binaries?
> 
> make install INSTALL_PROGRAM_FLAGS="-s"
> 
> should do this.

Oh, and on macOS, native strip is broken and requires the argument
"-x" to do anything useful.  You can specify that when running
configure:

./configure ... STRIP="strip -x"

Huw.



More information about the wine-devel mailing list