Skip to content

Commit

Permalink
fix(umupgrader): debugsourcefiles
Browse files Browse the repository at this point in the history
  • Loading branch information
madonuko committed May 2, 2024
1 parent 580fb12 commit 72ddf8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ultramarine/umupgrader/umupgrader.spec
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ BuildRequires: nim git-core pkgconfig(gtk4) pkgconfig(libadwaita-1) anda-srpm-m
%autosetup

%build
nimble build umupgrader -y -d:release -t:'%nim_tflags' -l:'%nim_lflags'
nimble build umupgrader -y -t:-fPIE -l:-pie -d:release -t:"$CFLAGS" -l:"$LDFLAGS"

%install
mkdir -p %buildroot%_bindir %buildroot%_datadir/polkit-1/actions
Expand Down

0 comments on commit 72ddf8e

Please sign in to comment.