aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDonald Carr2017-05-16 17:30:46 -0700
committerDonald Carr2017-05-17 23:08:30 -0700
commiteb977a76659bd2190f8db759e73205459c88a51a (patch)
tree37cfc68980bf5ee254251c3a93ea05bf238b036e
parentb6bde6e6c2ba682e62e527d12e26eea32e2bd849 (diff)
downloadaur-eb977a76659bd2190f8db759e73205459c88a51a.tar.gz
Minimal builds come with debug; full without
-rw-r--r--PKGBUILD2
1 files changed, 2 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5c435a1d66c3..7965df976b97 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -31,6 +31,7 @@ _piver=""
_use_mesa=false
_float=false
_shadow_build=true
+# automatically disabled if you are building webengine
_debug=true
_skip_web_engine=false
_static_build=false
@@ -44,6 +45,7 @@ fi
if [[ -f full-build ]]; then
_minimal = false
+ _debug = false
fi
if $_building && $_minimal; then