summarylogtreecommitdiffstats
path: root/configure.patch
diff options
context:
space:
mode:
authorJonathan Liu2019-09-13 13:44:41 +1000
committerJonathan Liu2019-09-13 13:44:41 +1000
commit90f981a61523bc3f57fc944ccca15eeea443bed2 (patch)
tree31790e316c1003f21c96e0c1048644bad536eea2 /configure.patch
parent60f19ba8ca6b8bf1807a30b0f0cb0f0efb2767fd (diff)
downloadaur-90f981a61523bc3f57fc944ccca15eeea443bed2.tar.gz
Update to 0.0.18-1
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])