summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVictor Grousset/tuxayo2021-07-08 16:23:44 +0200
committerVictor Grousset/tuxayo2021-07-08 16:23:44 +0200
commit5c1a1da031eef827b0b997a890412979e9c173ae (patch)
tree6315faf1c45505707f2d78b12547d76691173d30
parent74d74dd2337d4a970c9d90a6bf9e6674b54924e4 (diff)
downloadaur-5c1a1da031eef827b0b997a890412979e9c173ae.tar.gz
Improve comments for the debug build
-rw-r--r--PKGBUILD6
1 files changed, 4 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6b970bdbbee9..a738876a8416 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -48,10 +48,12 @@ build() {
cd "$srcdir/${_pkgname}/libraries/source/fcollada/src"
make -j9
# OPTIONAL: uncomment for a debug build, it's a 2nd executable named
- # `pyrogenesis_dbg` It's a small increase of build time.
- # There is something else to uncomment below in package_0ad-git()
+ # `pyrogenesis_dbg`
# It's independent from the debug symbols and not as important as them.
# https://trac.wildfiregames.com/wiki/Debugging#CallstackonLinuxmacOS
+ # It's likely a small increase of build time.
+ # And up to a 1.2 GiB in total used space. (inc. package build files)
+ # Note there is something else to uncomment below in package_0ad-git()
# make config=debug -j9
cd "$srcdir/${_pkgname}/build/workspaces/gcc"