Commit a6f8e7d8 authored by Victor Zverovich's avatar Victor Zverovich

Update changelog

parent e753244a
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
* Applied extern templates to improve compile times when using the core API * Applied extern templates to improve compile times when using the core API
and ``fmt/format.h`` (`#1452 <https://github.com/fmtlib/fmt/issues/1452>`_). and ``fmt/format.h`` (`#1452 <https://github.com/fmtlib/fmt/issues/1452>`_).
For example, on macOS with clang the compile time dropped from 2.3s to 0.3s For example, on macOS with clang the compile time dropped from 2.3s to 0.3s
with ``-O2`` or from 0.6s to 0.3s with the default settings (``-O0``). with ``-O2`` and from 0.6s to 0.3s with the default settings (``-O0``).
Before (``-O2``):: Before (``-O2``)::
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment