diff options
author | Morten Linderud <foxboron@archlinux.org> | 2022-11-07 22:11:35 +0100 |
---|---|---|
committer | Morten Linderud <foxboron@archlinux.org> | 2022-11-07 22:11:35 +0100 |
commit | b64d8ebacf8268e986bde912cff839311ac74fa8 (patch) | |
tree | 9b34bf49f9e58d3696e6dfd083c55b3de1cb8cb3 | |
parent | 248cdf7ff2e3b81201508a750d37eb53bdbfd6c1 (diff) | |
download | devtools-b64d8ebacf8268e986bde912cff839311ac74fa8.tar.xz |
makepkg.conf: Include debug option by default
Signed-off-by: Morten Linderud <foxboron@archlinux.org>
-rw-r--r-- | config/makepkg/x86_64.conf | 2 | ||||
-rw-r--r-- | config/makepkg/x86_64_v3.conf | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/config/makepkg/x86_64.conf b/config/makepkg/x86_64.conf index 7725296..43215af 100644 --- a/config/makepkg/x86_64.conf +++ b/config/makepkg/x86_64.conf @@ -94,7 +94,7 @@ BUILDENV=(!distcc color !ccache check !sign) #-- debug: Add debugging flags as specified in DEBUG_* variables #-- lto: Add compile flags for building with link time optimization # -OPTIONS=(strip docs !libtool !staticlibs emptydirs zipman purge !debug lto) +OPTIONS=(strip docs !libtool !staticlibs emptydirs zipman purge debug lto) #-- File integrity checks to use. Valid: md5, sha1, sha224, sha256, sha384, sha512, b2 INTEGRITY_CHECK=(sha256) diff --git a/config/makepkg/x86_64_v3.conf b/config/makepkg/x86_64_v3.conf index 5d1ba2c..d9405d8 100644 --- a/config/makepkg/x86_64_v3.conf +++ b/config/makepkg/x86_64_v3.conf @@ -94,7 +94,7 @@ BUILDENV=(!distcc color !ccache check !sign) #-- debug: Add debugging flags as specified in DEBUG_* variables #-- lto: Add compile flags for building with link time optimization # -OPTIONS=(strip docs !libtool !staticlibs emptydirs zipman purge !debug lto) +OPTIONS=(strip docs !libtool !staticlibs emptydirs zipman purge debug lto) #-- File integrity checks to use. Valid: md5, sha1, sha224, sha256, sha384, sha512, b2 INTEGRITY_CHECK=(sha256) |