Minimal custom build for win64 Server app

Eric Pouech eric.pouech at orange.fr
Mon Feb 21 03:42:38 CST 2022


Le 21/02/2022 à 10:30, Huw Davies a écrit :
> 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.
>
Dravion is already overriding CFLAGS without debug info... that should 
work also

needs to be done also for CROSSCFLAGS like:


./configure CFLAGS="-Os" CROSSCFLAGS="-Os"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.winehq.org/pipermail/wine-devel/attachments/20220221/67561286/attachment.htm>


More information about the wine-devel mailing list