[PATCH 2/4] configure: Introduce --with-cross-debug option.
Signed-off-by: Jacek Caban <jacek(a)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(-)
Jacek Caban <jacek(a)codeweavers.com> writes:
Signed-off-by: Jacek Caban <jacek(a)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(a)winehq.org
On 14.05.2020 13:55, Alexandre Julliard wrote:
Jacek Caban <jacek(a)codeweavers.com> writes:
Signed-off-by: Jacek Caban <jacek(a)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
participants (2)
-
Alexandre Julliard -
Jacek Caban