TestRegisterVariables fails with O1 level when using gcc version 5.0 or above on arm/arm64 linux targets.
The reason is injection of buffer overflow protection code at O level 1. This patch turns off buffer overflow protection code by turning off FORTIFY_SOURCE.
Can we commit this if nothing goes wrong on any other target. ?