Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
add dynamic linking flags
Signed-off-by: Kevin Zhang <kzhang@tecton.ai>
  • Loading branch information
kevjumba committed Jul 7, 2022
commit 99289cd375d30dea4d472486631feee7f1181202
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -444,6 +444,7 @@ def build_extension(self, ext: Extension):
sys.executable,
"--build-tags",
'cgo ccalloc',
"--dynamic-link=True",
"-no-make",
*ext.sources,
],
Expand Down