carl9170 firmware: add more compiler flags voodoo
authorChristian Lamparter <chunkeey@googlemail.com>
Wed, 29 Jun 2011 21:53:34 +0000 (23:53 +0200)
committerChristian Lamparter <chunkeey@googlemail.com>
Wed, 29 Jun 2011 21:53:34 +0000 (23:53 +0200)
commit7e4f4928397dbdcb0e2d4efa3c718e503d75dfae
tree167eade40c6f300a7f2ecfdff0b284e8ad3d939c
parent987f234e4f438a8b925610e2e84426dfe53f57e1
carl9170 firmware: add more compiler flags voodoo

"Link Time Optimization (LTO) gives GCC the capability of
dumping its internal representation (GIMPLE) to disk, so
that all the different compilation units that make up a
single executable can be optimized as a single module.

This expands the scope of inter-procedural optimizations to
encompass the whole program (or, rather, everything that is
visible at link time)."

Signed-off-by: Christian Lamparter <chunkeey@googlemail.com>
carlfw/CMakeLists.txt