File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed
Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -15,13 +15,18 @@ full changeset diff at the end of each section.
1515Current Trunk
1616-------------
1717
18+ v114
19+ ----
20+
1821- Fix a bug where e.g. -O3 -Oz ran the -O3 with the opt levels of -Oz, which
1922 could inhibit inlining, for example. While this is a bugfix, it affects how
2023 commandline options are interpreted, so if you depended on the old behavior
2124 this may be a breaking change. That is, the old behavior made -O3 -Oz run the
2225 first -O3 with -Oz's opt levels, and the new behavior is to run -O3 with the
2326 proper (-O3) opt levels. This is a followup to #5333 from a previous release.
2427 (#5787 )
28+ - Add pass to remove Exception Handling instructions (#5770 ).
29+
2530
2631v113
2732----
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ cmake_minimum_required(VERSION 3.10.2)
77# to reduce this for compatability with emsdk.
88set (CMAKE_OSX_DEPLOYMENT_TARGET "10.14" CACHE STRING "Minimum OS X deployment version" )
99
10- project (binaryen LANGUAGES C CXX VERSION 113 )
10+ project (binaryen LANGUAGES C CXX VERSION 114 )
1111include (GNUInstallDirs)
1212
1313# The C++ standard whose features are required to build Binaryen.
You can’t perform that action at this time.
0 commit comments