cryptodotis / irssi-otr

LibOTR functionality in Irssi.
GNU General Public License v2.0
183 stars 24 forks source link

Build with more secure gcc flags #8

Closed dguido closed 11 years ago

dguido commented 12 years ago

http://wiki.debian.org/Hardening

"-fstack-protector-all -D_FORTIFY_SOURCE=2 -O1 -Wl,-z,relro,-z,now -fPIE -pie"

Maybe move off cmake while you're at it :-)

DrWhax commented 12 years ago

Hi!

For some reason I missed this issue, sorry for that.

Yes excellent idea! Another thing what would be nice is to compile irssi with this as well. This project will get an complete rewrite this summer.

Cheers.

DrWhax commented 11 years ago

Resolved in new upcoming build, closed! No -pie/fpie though.