From 145062c09110f006467f0cacdff048d9d9fa38f5 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Fri, 23 Sep 2016 12:02:37 +0100 Subject: Try building Windows debug versions with static linking to DoM's own libraries. --- cscript | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'cscript') diff --git a/cscript b/cscript index c5accebbb..3b66c8341 100644 --- a/cscript +++ b/cscript @@ -251,6 +251,10 @@ def configure_options(target): elif target.version == '7': opt += ' --workaround-gssapi --static-xmlpp' + # Build Windows debug versions with static linking as I think gdb works better then + if target.debug and target.platform == 'windows': + opt += ' --static-dcpomatic' + return opt def build(target, options): -- cgit v1.2.3