From 6c22ef2c8287ef16f57fba08077520ad0c68dff8 Mon Sep 17 00:00:00 2001 From: Allan McRae Date: Sun, 23 Sep 2012 17:06:34 +1000 Subject: makepkg: add option to include debugging compiler flags Add a "debug" option that appends the compiler flags specified in the variables DEBUG_CFLAGS and DEBUG_CXXFLAGS in makepkg.conf to their counterpart buildflags. Signed-off-by: Allan McRae --- doc/PKGBUILD.5.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'doc/PKGBUILD.5.txt') diff --git a/doc/PKGBUILD.5.txt b/doc/PKGBUILD.5.txt index 19bae634..28c4868d 100644 --- a/doc/PKGBUILD.5.txt +++ b/doc/PKGBUILD.5.txt @@ -274,6 +274,9 @@ A normal sync or upgrade will not use its value. `!makeflags` with select packages that have problems building with custom makeflags such as `-j2` (or higher). + *debug*;; + Add the user-specified debug flags (DEBUG_CFLAGS, DEBUG_CXXFLAGS) to + their counterpart buildflags as specified in linkman:makepkg.conf[5]. build() Function ---------------- -- cgit v1.2.3-54-g00ecf