Fix coverage build fail on gbs (#4912)
author이춘석/On-Device Lab(SR)/Staff Engineer/삼성전자 <chunseok.lee@samsung.com>
Mon, 1 Apr 2019 10:22:25 +0000 (19:22 +0900)
committer오형석/On-Device Lab(SR)/Staff Engineer/삼성전자 <hseok82.oh@samsung.com>
Mon, 1 Apr 2019 10:22:25 +0000 (19:22 +0900)
commita89b80776908ba33319cc0b1d6ad4f23e452a2b1
treedded7fd0e5016e46dbcfdb83c9495004e7c8e1d3
parent4f5fb7baae25d7edf91a9feff83f2d83d9199c18
Fix coverage build fail on gbs (#4912)

On gbs, CMAKE_C_FLAGS_DEBUG seems to apply -O0 flag on coverage build.
This patch cancels -O0 flag in the case of coverage build.
Note that arm-ubuntu build does not show this kinds of error.

Signed-off-by: Chunseok Lee <chunseok.lee@samsung.com>
cmake/buildtool/config/config_linux.cmake