Signed-off-by: Jacek Caban jacek@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@codeweavers.com writes:
Signed-off-by: Jacek Caban jacek@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.
On 14.05.2020 13:55, Alexandre Julliard wrote:
Jacek Caban jacek@codeweavers.com writes:
Signed-off-by: Jacek Caban jacek@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