Version 2.3: Precompilation Support #783
henryiii
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This version adds a pre-compiled mode to CLI11, which allows you to precompile
the library, saving time on incremental rebuilds, making CLI11 more competitive
on compile time with classic compiled CLI libraries. The header-only mode is
still default, and is not yet distributed via binaries.
CLI11_PRECOMPILED
as an option. feat: precompiled all #762<functional>
inFormatterFwd
Include <functional> in FormatterFwd #727Macros.hpp
toError.hpp
Add missing Macros.hpp include to Error.hpp #755split_program_name
single file name error Fix Issue #739 #740New Contributors
Full Changelog: v2.2.0...v2.3.0
This discussion was created from the release Version 2.3: Precompilation Support.
Beta Was this translation helpful? Give feedback.
All reactions