commit | 0c810eff9a3e42b569b480a51856735c66924240 | [log] [tgz] |
---|---|---|
author | Jayashree-D <jayashree-d@hcl.com> | Thu Dec 10 11:42:59 2020 +0530 |
committer | Jayashree D <jayashree-d@hcl.com> | Thu Dec 10 06:30:07 2020 +0000 |
tree | d70738e184114c76ac58d5614b6fe21d3051bab2 | |
parent | 17cf1349b9452a61e8303fa757a7e8ff64146626 [diff] [blame] |
Disable rtti temporarily in boost This compilation flag causes fb-ipmi-oem to not build. Similar to the x86-power-control issue. https://gerrit.openbmc-project.xyz/c/openbmc/x86-power-control/+/37078 Signed-off-by: Jayashree D <jayashree-d@hcl.com> Change-Id: Ic5174d24808b5517ca0e7d407ccbf87485139ab1
diff --git a/CMakeLists.txt b/CMakeLists.txt index a3a9091..c4e7c69 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt
@@ -8,7 +8,8 @@ set (CMAKE_CXX_STANDARD_REQUIRED ON) set (CMAKE_MODULE_PATH ${CMAKE_CURRENT_SOURCE_DIR}/cmake ${CMAKE_MODULE_PATH}) -set (CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -fno-rtti") +# Temporarily disable rtti +#set (CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -fno-rtti") project (fb-ipmi-oem CXX)