You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cc_common.create_compile_variables() does not enable pic when
--force_pic is used unless the 'use_pic' attr is set to True. This
causes issues when linking shared libraries what expected the compiled
object to be pic.
0 commit comments