Skip to content

Commit

Permalink
dua: do not split debug symbol
Browse files Browse the repository at this point in the history
  • Loading branch information
eatradish committed Jan 4, 2024
1 parent 95245e8 commit 0498c77
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app-utils/dua/autobuild/defines
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,12 @@ PKGDEP="glibc gcc-runtime"
BUILDDEP="llvm rustc"
PKGSEC="utils"
PKGPROV="dua-cli"

ABSPLITDBG=0
USECLANG=1

# FIXME: loongson3 and mips64r6el has no lld linker support
NOLTO__LOONGSON3=1
USECLANG__LOONGSON3=0
NOLTO__MIPS64R6EL=1
USECLANG__MIPS64R6EL=0

0 comments on commit 0498c77

Please sign in to comment.