We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8844873 commit d331b0aCopy full SHA for d331b0a
1 file changed
compile/common/bee.lua
@@ -133,9 +133,12 @@ lm:source_set "source_bee" {
133
}
134
},
135
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",
+ ldflags = "-l:libbfd.a -l:libiberty.a",
137
links = {
138
"stdc++fs",
139
+ "unwind",
140
+ "sframe",
141
+ "z"
142
143
144
macos = {
0 commit comments