Skip to content

Enable PIC only where needed

Krzysztof Leśniak requested to merge imp-no-pic-for-exes into develop

Enable -fPIC flag only for targets that need it.

-fPIC seems to get in the way of some optimisations. One example would be with_skip_flags, which is not inlined in hive::chain::database::apply_transaction function. Disabling that flag makes the function inlined properly.

Requires hive!1393

Requires !536 (merged)

Merge request reports

Loading