|
[flag for flag in link_flags if not flag.startswith("-l") and flag != "-shared"], |
Was wondering why '-shared is removed from the list of flags that is propagated to vpip? I've found that for at least one package with a binary component that -shared needs to be propagated for proper compilation.
dbx_build_tools/build_tools/py/py.bzl
Line 136 in 878fa99
Was wondering why
'-sharedis removed from the list of flags that is propagated to vpip? I've found that for at least one package with a binary component that-sharedneeds to be propagated for proper compilation.