pfnet-research / menoh

Menoh: fast DNN inference library with multiple programming language support
MIT License
279 stars 34 forks source link

make POSITION_INDEPENDENT_CODE=ON default #191

Closed okdshin closed 5 years ago

okdshin commented 5 years ago

This PR makes libmenoh.a PIC for linking to DSO

okdshin commented 5 years ago

I think there is few demerits. Though it may add some overhead, it seems not to affect significantly because almost all time comsumption must be occur due to backend libraries. Thank you for reviewing. I will merge.