mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2025-06-08 22:25:42 +02:00
As far as upstream is concerned this snapshot is identical to _p20190208 apart from some typos in the documentation having been fixed. On the Gentoo side, however, this ebuild adds support for building with -Werror=implicit-function-declaration along with removing the previously hard-coded '-g -O2' from compiler flags. Closes: https://bugs.gentoo.org/871558 Signed-off-by: Marek Szuba <marecki@gentoo.org>
11 lines
389 B
Diff
11 lines
389 B
Diff
--- a/configure.ac
|
|
+++ b/configure.ac
|
|
@@ -39,8 +39,6 @@
|
|
AC_MSG_RESULT($SONAME)
|
|
AC_DEFINE_UNQUOTED(SONAME, "$SONAME", [Define to the libzzuf full name])
|
|
|
|
-# Optimizations
|
|
-AC_TRY_CFLAGS(-g -O2, CFLAGS="${CFLAGS} -g -O2")
|
|
# Code qui fait des warnings == code de porc == deux baffes dans ta gueule
|
|
AC_TRY_CFLAGS(-Wall, CFLAGS="${CFLAGS} -Wall")
|
|
AC_TRY_CFLAGS(-W, CFLAGS="${CFLAGS} -W")
|