Merge pull request #5675 from mono/glib-debug-symbols
authorAlexis Christoforides <alexis@thenull.net>
Mon, 2 Oct 2017 17:46:14 +0000 (13:46 -0400)
committerGitHub <noreply@github.com>
Mon, 2 Oct 2017 17:46:14 +0000 (13:46 -0400)
Add glib to the list of packages with debugging symbols.

packaging/MacSDK/profile.py

index 9b504614ac0ddbb600f3f989782fae4e8b7acfc5..3ad4c05c8008d4f72cccf410e22233ea2e7dd7a0 100755 (executable)
@@ -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()