aboutsummarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDonald Carr2017-04-27 11:23:30 -0700
committerDonald Carr2017-04-27 11:23:30 -0700
commit27e70b3a45677c7304574cbdb6fbd7821862d3b6 (patch)
tree744ab3c758c565e474e3971d6bdb558c9925c524 /PKGBUILD
parent9149cd312f2fc58f1d106321a9e576832ae69ad1 (diff)
downloadaur-27e70b3a45677c7304574cbdb6fbd7821862d3b6.tar.gz
Introduce debug symbols to minimal builds
Change-Id: I027f94d5b637acab775509f9f5ec0816b961146c
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD1
1 files changed, 0 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8677f876c59a..15c8cda42546 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -45,7 +45,6 @@ if [[ -f minimal ]]; then
_skip_qtscript=true;
_skip_web_engine=true;
_skip_qt_widgets=true;
- _debug=false;
pkgname="${pkgname}-minimal"
fi