Skip to content

Commit

Permalink
Updated PKGBUILD to suppress debug build and fix 1 generated filename.
Browse files Browse the repository at this point in the history
Signed-off-by: chris <cbaba001@comcast.net>
  • Loading branch information
Chris-Baba committed Nov 1, 2024
1 parent e9074f4 commit 66434f0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -65,13 +65,15 @@ source=("${pkgname}-${pkgver}.tar.gz::https://github.com/Chris-Baba/ChemCalc/arc

sha256sums=('db535a1069ccaed50d6b0b965becc0357f44583ab235f7c77d7b37433b18b4c1')

options=(!debug)

build() {
cmake \
-B build \
-S ChemCalc-${pkgver} \
-DCMAKE_BUILD_TYPE=Release \
-DCMAKE_INSTALL_PREFIX:PATH='/usr' \
-Wno-dev
#-Wno-dev
cmake --build build
}

Expand Down

0 comments on commit 66434f0

Please sign in to comment.