mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2025-12-18 08:02:08 +00:00
update SRC_URI (redirect) add RDEP inherited from gtk+ patches : remove use of bool key remove debug compiler flag Closes: https://bugs.gentoo.org/944281 Signed-off-by: Nicolas PARLANT <nicolas.parlant@parhuet.fr> Part-of: https://github.com/gentoo/gentoo/pull/43502 Closes: https://github.com/gentoo/gentoo/pull/43502 Signed-off-by: Sam James <sam@gentoo.org>
12 lines
241 B
Diff
12 lines
241 B
Diff
Remove debug flag
|
|
--- a/configure.ac
|
|
+++ b/configure.ac
|
|
@@ -50,7 +50,7 @@ AC_DEFINE_UNQUOTED(VERSION_MINOR, version_minor,
|
|
)
|
|
|
|
if test "x$GCC" = "xyes"; then
|
|
- CFLAGS="$CFLAGS -Wall -g3"
|
|
+ CFLAGS="$CFLAGS -Wall"
|
|
fi
|
|
AC_SUBST(CFLAGS)
|
|
|