CLANG and -fstack-protector

Dimitry Andric dim at FreeBSD.org
Thu Feb 7 21:06:54 UTC 2013


On 2013-02-07 20:42, Kimmo Paasiala wrote:
> Does the -fstack-protector option work on CLANG 3.1 and 3.2?

Yes, it works with both clang and gcc.


> There is thread on FreeBSD forums about the stack protector and ports
> and I'm wondering if it's possible to use the -fstack-protector option
> with CLANG.
>
> http://forums.freebsd.org/showthread.php?t=36927

That thread seems to be full of confusion. :-)  The base system is mostly
built with -fstack-protector, except for the ia64, arm and mips arches,
and for some specific cases where it is not necessary, or unwanted.

Ports are largely independent of the base system, and their compilation
flags are different from port to port.  You could set -fstack-protector
for your ports in either make.conf or ports.conf, if you wanted.


More information about the freebsd-current mailing list