mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-07-31 23:08:09 -07:00
Closes: https://bugs.gentoo.org/941995 Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
18 lines
297 B
Diff
18 lines
297 B
Diff
--- a/configure.ac
|
|
+++ b/configure.ac
|
|
@@ -178,14 +178,6 @@
|
|
[enable_debug=$enableval],
|
|
[enable_debug=no])
|
|
|
|
-AS_IF([test "x$enable_debug" = "xyes"], [
|
|
- CFLAGS="-g -O0"
|
|
- CXXFLAGS="-g -O0"
|
|
-], [
|
|
- CFLAGS="-O2"
|
|
- CXXFLAGS="-O2"
|
|
-])
|
|
-
|
|
AC_OUTPUT
|
|
AC_MSG_RESULT([
|
|
$PACKAGE $VERSION
|