mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2025-12-18 08:02:08 +00:00
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Closes: https://bugs.gentoo.org/707932 Closes: https://bugs.gentoo.org/885575 Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
13 lines
275 B
Diff
13 lines
275 B
Diff
diff --git a/configure.ac b/configure.ac
|
|
index 0be7802..d19c8ec 100644
|
|
--- a/configure.ac
|
|
+++ b/configure.ac
|
|
@@ -50,7 +55,7 @@
|
|
if test "x${REVISION}" != "xr0"
|
|
then
|
|
# force debug mode for a SVN working copy
|
|
- CFLAGS="-g -Wall"
|
|
+ CFLAGS+=" -Wall"
|
|
else
|
|
REVISION="-1"
|
|
fi
|