CMakeLists.txt: add -fno-lto
authorOleksij Rempel <linux@rempel-privat.de>
Sat, 1 Oct 2016 14:24:32 +0000 (16:24 +0200)
committerOleksij Rempel <linux@rempel-privat.de>
Sun, 2 Oct 2016 17:16:33 +0000 (19:16 +0200)
commit87ed21e55b0431cad3fcb8326cc04ad8c8309ded
treedff5850c14b78a78bb5997ea9cfbb050fa9edf1e
parent29426f31458682304dee9f2da0f1e9e60237018f
CMakeLists.txt: add -fno-lto

this option is needed to make compile work with cross-toolchain properly.
We are not using LTO any way, but for some reasons if cross-tolachain
is compailed without LTO, then FW compilation will fail.

With and without this option FW has same md5sum - So it should be save
to use this option.

Signed-off-by: Oleksij Rempel <linux@rempel-privat.de>
target_firmware/CMakeLists.txt