Skip to content

Commit 19d3c98

Browse files
committed
goldendict-ng: specify CMAKE_BUILD_TYPE in build()
1 parent 24fa739 commit 19d3c98

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

archlinuxcn/goldendict-ng/PKGBUILD

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ sha256sums=('5b3ecb662c44564b70f611f8e7e239c6642d5c66711134a1e210c310384251b5')
3838
build() {
3939
cmake -B build \
4040
-S "${pkgname}-${pkgver}-Release.${_commit_id}" \
41+
-DCMAKE_BUILD_TYPE=None \
4142
-DCMAKE_INSTALL_PREFIX=/usr \
4243
-DUSE_SYSTEM_FMT=ON \
4344
-DUSE_SYSTEM_TOML=ON

0 commit comments

Comments
 (0)