From: Alexis Christoforides Date: Mon, 2 Oct 2017 17:46:14 +0000 (-0400) Subject: Merge pull request #5675 from mono/glib-debug-symbols X-Git-Url: http://wien.tomnetworks.com/gitweb/?p=mono.git;a=commitdiff_plain;h=edbc5c2334e10836479d1cc528c68d4ad5b47440;hp=77515455734ec5dc00f4550a60a394f8b5a2a36a Merge pull request #5675 from mono/glib-debug-symbols Add glib to the list of packages with debugging symbols. --- diff --git a/packaging/MacSDK/profile.py b/packaging/MacSDK/profile.py index 9b504614ac0..3ad4c05c800 100755 --- a/packaging/MacSDK/profile.py +++ b/packaging/MacSDK/profile.py @@ -100,7 +100,7 @@ class MonoReleaseProfile(DarwinProfile): self.env.set('PANGO_SYSCONFDIR', '%{staged_prefix}/etc') self.env.set('PANGO_LIBDIR', '%{staged_prefix}/lib') # self.env.set ('MONO_PATH', '%{staged_prefix}/lib/mono/4.0') - self.debug_info = ['gtk+', 'cairo', + self.debug_info = ['gtk+', 'cairo', 'glib', 'pango', 'mono', 'llvm', 'libgdiplus'] self.cache_host = None @@ -396,4 +396,4 @@ class MonoReleaseProfile(DarwinProfile): subprocess.call(['bash', '-c', path]) -MonoReleaseProfile() \ No newline at end of file +MonoReleaseProfile()