summarylogtreecommitdiffstats
path: root/configure.patch
diff options
context:
space:
mode:
Diffstat (limited to 'configure.patch')
-rw-r--r--configure.patch6
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.patch b/configure.patch
index 4a7e4433aefe..f29401ff3725 100644
--- a/configure.patch
+++ b/configure.patch
@@ -1,11 +1,11 @@
---- a/configure.ac 2018-12-01 23:43:13.000000000 +1100
-+++ b/configure.ac 2018-12-11 10:50:59.989268036 +1100
+--- a/configure.ac
++++ b/configure.ac
@@ -24,8 +24,6 @@
AS_VAR_SET([ac_lang_cflags], [$CFLAGS])
dnl AC_ARG_SWITCH_DEBUG([DEFINE-DBG-VAR], [DBG-CFLAGS], [DBG-LDFLAGS], [RELEASE-CFLAGS], [RELEASE-LDLAGS])
-AC_BUILD_SWITCH([-g -Wall -Wextra -fno-exceptions], [],
-- [-s -O2 -finline-functions-called-once -fno-exceptions -Wall -Wfatal-errors], [])
+- [-O1 -finline-functions-called-once -fno-exceptions -Wall -Wfatal-errors], [-s])
AC_SUBST([ac_lang_cflags])