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

Alexandre Julliard julliard at winehq.org
Thu May 14 06:55:58 CDT 2020


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.

-- 
Alexandre Julliard
julliard at winehq.org



More information about the wine-devel mailing list