Skip to content

Commit

Permalink
open-rs: (loongarch64) disable LTO
Browse files Browse the repository at this point in the history
FIXME: ld.lld is not yet available.
  • Loading branch information
MingcongBai committed Sep 20, 2023
1 parent 554bacb commit 01cd693
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app-utils/open-rs/autobuild/defines
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,6 @@ USECLANG=1
USECLANG__MIPS64R6EL=0
NOLTO__MIPS64R6EL=1
ABSPLITDBG__MIPS64R6EL=0

# FIXME: ld.lld is not yet available.
NOLTO__LOONGARCH64=1

0 comments on commit 01cd693

Please sign in to comment.