diff options
| author | KunoiSayami <[email protected]> | 2021-10-26 20:29:13 +0800 |
|---|---|---|
| committer | KunoiSayami <[email protected]> | 2021-10-26 20:29:13 +0800 |
| commit | 3b76c97bad7c5728fb2f56b104af014cf739be01 (patch) | |
| tree | 10a19091534550ac39520588b940c6a12fad4328 | |
| parent | 12cefea4d94ccf6efe2502f4b2b6c5874a3c9479 (diff) | |
feat(makepkg): Remove build debug package option
Signed-off-by: KunoiSayami <[email protected]>
| -rw-r--r-- | makepkg.d/makepkg.base.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/makepkg.d/makepkg.base.conf b/makepkg.d/makepkg.base.conf index f8dc2f3..93359ff 100644 --- a/makepkg.d/makepkg.base.conf +++ b/makepkg.d/makepkg.base.conf @@ -69,7 +69,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=(sha512 b2) |
