leahneukirchen / mblaze

Unix utilities to deal with Maildir
Other
419 stars 48 forks source link

use -fstack-protector-strong for both compiling and linking #229

Closed gco closed 2 years ago

gco commented 2 years ago

gcc needs -fstack-protector-strong when linking else __stack_chk_fail and __stack_chk_guard are not defined (at least on Solaris).