chore: leave debug info in build

pull/220/head
TorchedSammy 2022-12-05 15:54:55 -04:00
parent 1fd50197a6
commit 9166bb4fb0
Signed by: sammyette
GPG Key ID: 904FC49417B44DCD
1 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,4 @@
%global _missing_build_ids_terminate_build 0
Name: hilbish-git
Version: {{{ git_dir_version }}}
Release: 1%{?dist}
@ -29,7 +28,8 @@ and aims to be infinitely configurable. If something isn't, open an issue!
sed -i '\|/etc/shells|d' Taskfile.yaml
%build
go-task
# We have to build with debug info for COPR
go-task build GOFLAGS=" "
%install
go-task install PREFIX=%{buildroot}/usr BINDIR=%{buildroot}/%{_bindir}