summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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"