summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuke Horwell2022-11-29 22:36:23 +0000
committerLuke Horwell2022-11-29 22:46:07 +0000
commit6fc68e7f17337f1b6d9944863d13d07e375bfe2c (patch)
treee5f3be0d4a071ccff82c83a4889c0a3ef293ba1f
parent07a2d7e555bb9e00379356fef3e181166f4b1c12 (diff)
downloadaur-6fc68e7f17337f1b6d9944863d13d07e375bfe2c.tar.gz
Remove "-DG_ENABLE_DEBUG"
We probably don't want a debug build in our "production" environment.
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 809f62458269..980d073f5ffe 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -57,7 +57,7 @@ prepare()
build()
{
- CFLAGS+=" -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS"
+ CFLAGS+=" -DG_DISABLE_CAST_CHECKS"
# 64-bit
arch-meson gtk+-$_gtkver build \