diff options
author | Gregory Anders | 2024-06-06 21:53:17 -0500 |
---|---|---|
committer | Gregory Anders | 2024-06-06 21:53:17 -0500 |
commit | 28076f027b75d44d41d315db707923ae00784aac (patch) | |
tree | e17c609ed22c4d54e507cf4a6b751ef7f5d08a85 | |
parent | 3b67c646c4a22e19aa07c59e8cae3ac73fadb23c (diff) | |
download | aur-28076f027b75d44d41d315db707923ae00784aac.tar.gz |
Use Release build type
This mirrors the package in the main repository and still includes debug
symbols if makepkg is configured with the "debug" option.
-rw-r--r-- | PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -63,7 +63,7 @@ build() { cd "$_pkgname" cmake \ -Bbuild \ - -DCMAKE_BUILD_TYPE=RelWithDebInfo \ + -DCMAKE_BUILD_TYPE=Release \ -DCMAKE_INSTALL_PREFIX=/usr \ -DUSE_BUNDLED=OFF \ -G Ninja \ |