Date: Thu, 07 Dec 2023 10:52:34 +0000 From: bugzilla-noreply@freebsd.org To: desktop@FreeBSD.org Subject: [Bug 275567] x11-toolkits/gtk30: Update to 3.24.38 Message-ID: <bug-275567-39348-swsBGz0Usq@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-275567-39348@https.bugs.freebsd.org/bugzilla/> References: <bug-275567-39348@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D275567 --- Comment #4 from Nuno Teixeira <eduardo@FreeBSD.org> --- (In reply to Nuno Teixeira from comment #3) (...) ### gtk_debug_cflags =3D [] debug =3D get_option('debug') optimization =3D get_option('optimization') if debug gtk_debug_cflags +=3D '-DG_ENABLE_DEBUG' if optimization in ['0', 'g'] gtk_debug_cflags +=3D '-DG_ENABLE_CONSISTENCY_CHECKS' endif elif optimization in ['2', '3', 's'] gtk_debug_cflags +=3D '-DG_DISABLE_CAST_CHECKS' endif ### - We could change 'optimization' for better debug. - How to disable 'stripping'. I was thinking that DEBUG when turned on, disabled optimized cflags and strip... --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-275567-39348-swsBGz0Usq>