summaryrefslogtreecommitdiffstats
path: root/user_channel/channel_layer.cpp
diff options
context:
space:
mode:
authorVernon Mauery <vernon.mauery@linux.intel.com>2018-11-30 13:10:54 -0800
committerVernon Mauery <vernon.mauery@linux.intel.com>2019-01-11 16:59:29 +0000
commit1e3455aec7e2d57e97d4a3e2a7e291488d55dbb0 (patch)
tree8b70ce01f1445bdeee05c24ddc1ea92320654f52 /user_channel/channel_layer.cpp
parent48e555857f81b9dcfe1ccfe7a47adde40f1f2c00 (diff)
downloadphosphor-host-ipmid-1e3455aec7e2d57e97d4a3e2a7e291488d55dbb0.tar.gz
phosphor-host-ipmid-1e3455aec7e2d57e97d4a3e2a7e291488d55dbb0.zip
ipmid: use a common set of CXX flags across ipmid and provider libraries
This standardizes the set of CXX flags used to compile. This makes the file easier to read and ensures that all the libraries are all compiled with the same options as the executable. This also adds -Wno-psabi, which reduces the number of "Note:" messages when cross-compiling some STL stuff for ARM. See https://stackoverflow.com/questions/48149323/strange-gcc-warning-when-compiling-qt-project for details. Basically, gcc 6 and gcc 7 are not ABI compatible, but since the whole openbmc project uses the same compiler, we can safely ignore the informational notes. Change-Id: Idc343245404d0b471b7bec4462ac36c9477a7361 Signed-off-by: Vernon Mauery <vernon.mauery@linux.intel.com>
Diffstat (limited to 'user_channel/channel_layer.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud