trunk/PKGBUILD | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/trunk/PKGBUILD b/trunk/PKGBUILD index 7e9de10..effc74b 100644 --- a/trunk/PKGBUILD +++ b/trunk/PKGBUILD @@ -7,7 +7,7 @@ pkgname=kicad pkgver=6.0.9 -pkgrel=2 +pkgrel=3 pkgdesc='Electronic schematic and printed circuit board (PCB) design tools' arch=('x86_64') url='http://kicad.org/' @@ -34,6 +34,7 @@ optdepends=( 'kicad-library: for footprints, symbols and templates' 'kicad-library-3d: for 3D models of components' ) +options=('debug') _commit='b29f91cc1569c31a96e7e20541e9f35c1c762cd0' source=( "$pkgname::git+https://gitlab.com/kicad/code/kicad.git#commit=$_commit" @@ -64,7 +65,7 @@ build() { cmake \ -S "$pkgname" \ -B build \ - -DCMAKE_BUILD_TYPE=Release \ + -DCMAKE_BUILD_TYPE=RelWithDebInfo \ -DCMAKE_INSTALL_PREFIX=/usr \ -DKICAD_USE_OCC=ON \ -DKICAD_USE_EGL=ON \