diff options
author | Thomas Lively <7121787+tlively@users.noreply.github.com> | 2022-03-21 12:33:07 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-21 19:33:07 +0000 |
commit | 0fb02974a84bfc3a7062fe6e8471432662ee9d59 (patch) | |
tree | 3899f09456ed3476b4ce226eaeaae8b38db905e3 /CHANGELOG.md | |
parent | d2f54b40e736cdee2a0ff9fc15e9323ccb9d7c20 (diff) | |
download | binaryen-0fb02974a84bfc3a7062fe6e8471432662ee9d59.tar.gz binaryen-0fb02974a84bfc3a7062fe6e8471432662ee9d59.tar.bz2 binaryen-0fb02974a84bfc3a7062fe6e8471432662ee9d59.zip |
Add BUILD_TESTS CMake option (#4536)
Turning it off removes the build dependency on the third-party googletest
library.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index e9bb9cb9f..240598c6e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,8 @@ full changeset diff at the end of each section. Current Trunk ------------- +- Add BUILD_TESTS CMake option to make gtest dependency optional. + v106 ---- @@ -63,7 +65,7 @@ v102 - Replace `BinaryenExpressionGetSideEffects`'s features parameter with a module parameter. - + - OptimizeInstructions now lifts identical code in `select`/`if` arms (#3828). This may cause direct `BinaryenTupleExtract(BinaryenTupleMake(...))` to [use multivalue types](https://github.com/grain-lang/grain/pull/1158). v101 |