File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2828 - arch : amd64
2929 target : x86_64-linux-musl
3030 nimcpu : " "
31- march : " -march=x86-64 -mno-avx -mno-avx2"
31+ march : " -march=x86_64 -mno-avx -mno-avx2"
3232 - arch : arm64
3333 target : aarch64-linux-musl
3434 nimcpu : " --cpu:arm64"
Original file line number Diff line number Diff line change 11# Package
22
3- version = " 0.4.12 "
3+ version = " 0.4.13 "
44author = " Aryan Ameri"
55description = " Yet Another BTRFS Backup"
66license = " MPL 2.0"
@@ -107,7 +107,7 @@ const ltoFlags = "--passC:-flto=thin --passL:-flto=thin"
107107task releaseAmd64, " Build static binary for x86_64 Linux" :
108108 exec " nim c " & releaseFlags & " " & zigccFlags & " " &
109109 " --passC:'-target x86_64-linux-musl' " & " --passL:'-target x86_64-linux-musl' " &
110- " --passC:-march=x86-64 --passC:-mno-avx --passC:-mno-avx2 " & ltoFlags &
110+ " --passC:-march=x86_64 --passC:-mno-avx --passC:-mno-avx2 " & ltoFlags &
111111 " -o:bin/yabb-linux-amd64 src/yabb.nim"
112112 exec " llvm-strip -s bin/yabb-linux-amd64"
113113 echo " Built: bin/yabb-linux-amd64"
You can’t perform that action at this time.
0 commit comments