commit | 6ac1730f7db86f0a92d4de0f2b4ca9cd124080fe | [log] [tgz] |
---|---|---|
author | Ben Hutchings <ben@decadent.org.uk> | Sun Sep 16 16:06:10 2018 +0100 |
committer | Len Brown <len.brown@intel.com> | Sat Aug 31 14:48:34 2019 -0400 |
tree | dd10a04ed690c7ebfbcb4b7aab3ed450b2698f4e | |
parent | adb8049097a9ec4acd09fbd3aa8636199a78df8a [diff] |
tools/power/x86: Enable compiler optimisations and Fortify by default Compiling without optimisations is silly, especially since some warnings depend on the optimiser. Use -O2. Fortify adds warnings for unchecked I/O (among other things), which seems to be a good idea for user-space code. Enable that too. Signed-off-by: Ben Hutchings <ben@decadent.org.uk> Signed-off-by: Len Brown <len.brown@intel.com>