Skip to content

Commit d331b0a

Browse files
committed
build updates
1 parent 8844873 commit d331b0a

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

compile/common/bee.lua

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,9 +133,12 @@ lm:source_set "source_bee" {
133133
}
134134
},
135135
linux = {
136-
ldflags = "-fPIE -pthread -l:libbfd.a -l:libiberty.a -l:libunwind.a -l:libsframe.so -l:libzstd.so -l:libz.so -l:liblzma.so",
136+
ldflags = "-l:libbfd.a -l:libiberty.a",
137137
links = {
138138
"stdc++fs",
139+
"unwind",
140+
"sframe",
141+
"z"
139142
}
140143
},
141144
macos = {

0 commit comments

Comments
 (0)