commit | f38b35ecf0c88eea5f9354dfea1f122e88167542 | [log] [tgz] |
---|---|---|
author | Brad Bishop <bradleyb@fuzziesquirrel.com> | Sun Nov 08 10:42:34 2020 -0500 |
committer | Jayanth Othayoth <ojayanth@in.ibm.com> | Wed Nov 11 16:43:11 2020 +0000 |
tree | 0083c854ca58c2ba7aa417f44c468ace459b6f1c | |
parent | a5b4b1b81900464f32aa172e375505a74ecaafe9 [diff] |
meson: add checks, defaults Default to debugoptimized builds instead of the meson default of debug since that is the autotools default. Anything other than c++17 is not supported, so error out if something else is selected by the user. Make tiny builds even smaller by removing asserts and remove asserts for release builds. Change-Id: I034438263b1125c476dccb377dc52142415dddd2 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
Contains procedures that interact with the OpenPower nest chipset.
To build this package, do the following steps: 1. ./bootstrap.sh 2. ./configure ${CONFIGURE_FLAGS} 3. make To build with phal feature: 1. ./bootstrap.sh 2. ./configure ${CONFIGURE_FLAGS} --enable-phal --enable-openfsi 3. make To clean the repository run `./bootstrap.sh clean`.