EverGreenCoinDev / EverGreenCoin

EverGreenCoin Official Development Tree
https://www.evergreencoin.org
MIT License
20 stars 12 forks source link

On Unix, enable PIC (PIE alternative), fix makefile clean target. #3

Closed xbrooks closed 8 years ago

xbrooks commented 8 years ago

PIC sets flag fPIC required for PIE-compatible shared libs http://linux.die.net/man/1/g++ See doc/build-unix.txt for why this is necessary

Also updates to doc re Debian PIE/stack check http://unix.stackexchange.com/a/89214

makefile.unix clean now removes leveldb objects

xbrooks commented 8 years ago

This will close https://github.com/EverGreenCoinDev/EverGreenCoin/issues/2