[PATCH 2/4] configure: Introduce --with-cross-debug option.

Jacek Caban jacek at codeweavers.com
Thu May 14 09:42:56 CDT 2020


On 14.05.2020 13:55, Alexandre Julliard wrote:
> Jacek Caban <jacek at codeweavers.com> writes:
>
>> Signed-off-by: Jacek Caban <jacek at codeweavers.com>
>> ---
>>
>> The main motivation is PDB files support, but split-dwarf is also nice
>> to have - it largely reduces prefix size of unstripped (like in-tree)
>> builds.
>>
>>   Makefile.in  |  1 +
>>   configure.ac | 30 +++++++++++++++++++++++-------
>>   2 files changed, 24 insertions(+), 7 deletions(-)
> configure --with options are supposed to be used only for external
> dependencies. It could be a --enable option, but I think using
> 'configure CROSSDEBUG=pdb' would be good enough.


Agreed, that looks much nicer. I sent a new version.


Thanks,

Jacek





More information about the wine-devel mailing list