Revert "tools: detect appropriate debug optimization level"
authorWei Liu <wei.liu2@citrix.com>
Wed, 14 Mar 2018 17:15:15 +0000 (17:15 +0000)
committerWei Liu <wei.liu2@citrix.com>
Wed, 14 Mar 2018 17:15:15 +0000 (17:15 +0000)
commit1dd9fa04fae69a2371572663d150c976a9e948d3
tree603fd632780b2dcccfc2a79f19d2cddce26e5aeb
parentab741b1aea05ae57114d225a129980e4ed189cc2
Revert "tools: detect appropriate debug optimization level"

This reverts commit b43501451733193b265de30fd79a764363a2a473.

Due to the implementation of cc-option, the check is always true,
which means build for gcc that doesn't have -Og support is broken.

This patch can be reapplied once we have fixed cc-option.

Signed-off-by: Wei Liu <wei.liu2@citrix.com>
tools/Rules.mk