in reply to Re^3: Config sets optimisation compilation flags (-O/-g)!
in thread Config sets optimisation compilation flags (-O/-g)!

Config basically tells you what flags the perl executable was built with...

OK got that. So, FORTIFY_SOURCE was used when building my perl. I am used to pkg-config which tells you how to compile and link as opposed to Config which tells you how perl was built. Fine.