]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commit
Config.in: add -Ofast option
authorJoshua Henderson <joshua.henderson@microchip.com>
Mon, 26 Mar 2018 19:34:05 +0000 (12:34 -0700)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Mon, 26 Mar 2018 20:19:11 +0000 (22:19 +0200)
commited6a7e18af8f4dfddee6e6b144f20dfaf6926315
treed9c584030b27847ad4a7667db6ba070f85112295
parentef3304dabc1aef5c1035359211b1c3ca5d07eb3b
Config.in: add -Ofast option

-Ofast (introduced in GCC 4.6) It combines the existing optimization level -O3
with options that can affect standards compliance but result in better optimized
code. For example, -Ofast enables -ffast-math.

Signed-off-by: Joshua Henderson <joshua.henderson@microchip.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Config.in
package/Makefile.in