From: Arjan van de Ven <arjan@linux.intel.com>
Date: Tue, 06 May 2008 12:49:33 -0700
Ubuntu adds -fstack-protector to the GCC command line.
But I've been able to override it trivially when, for example, doing
GCC builds, by simply adding -fno-stack-protector.
--