From cbafff8a713adc31d3b72541661db52a65063bc1 Mon Sep 17 00:00:00 2001 From: Wilson Snyder Date: Wed, 27 May 2020 21:52:55 -0400 Subject: [PATCH] Commentary --- Changes | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Changes b/Changes index ed5521c77..a3814afc7 100644 --- a/Changes +++ b/Changes @@ -5,7 +5,10 @@ The contributors that suggested a given feature are shown in []. Thanks! * Verilator 4.035 devel -** Add --waiver-output flag that writes a verilator config file (.vlt) with +** OPT_FAST is now -Os by default. See the BENCHMARKING & OPTIMIZATION part + of the manual if you experience issues with compilation speed. + +*** Add --waiver-output flag that writes a verilator config file (.vlt) with waivers to the warnings emitted during a Verilator run. *** Support verilator_coverage --write-info for lcov HTML reports. @@ -35,9 +38,6 @@ The contributors that suggested a given feature are shown in []. Thanks! **** The run-time library is now compiled with -Os by default. (#2369, #2373) -**** OPT_FAST is now -Os by default. See the BENCHMARKING & OPTIMIZATION part - of the manual if you experience issues with compilation speed. - * Verilator 4.034 2020-05-03