Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -314,6 +314,7 @@ UTF-8 decoding is performed using a state machine based on Bjoern Hoehrmann's '[
- **[@whiterabbit963](https://github.com/whiterabbit963)** - Fixed a bug with value_or conversions
- **[@ximion](https://github.com/ximion)** - Added support for installation with meson
- **[@rafal-c](https://github.com/rafal-c)** - Added a formatting flag
- **[@jfsimoneau](https://github.com/jfsimoneau)** - Fixed a meson option
<br>

## Contact
Expand Down
2 changes: 1 addition & 1 deletion meson_options.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ option('unreleased_features', type: 'boolean', value: false, description: 'Enabl
option('generate_cmake_config', type: 'boolean', value: true, description: 'Generate a cmake package config file (default: true - no effect when included as a subproject)')
option('use_vendored_libs', type: 'boolean', value: true, description: 'Use the libs from the vendor dir when building tests.')

option('compile_library', type: 'boolean', deprecated: true)
option('compile_library', type: 'boolean', value: false, deprecated: 'build_lib')
option('float16', type: 'boolean', deprecated: true)
Loading