shadowproject / shadow

ShadowCore integration/staging tree
MIT License
95 stars 60 forks source link

Hardening: add -fPIC to leveldb #71

Open kewde opened 7 years ago

kewde commented 7 years ago

LevelDB now compiles with position independent code -fPIC, generally a good practice.

This partially solves #68

rynomster commented 7 years ago

I'll have to rebuild the deps :) busy configuring a vm to build them