summaryrefslogtreecommitdiffstats
path: root/contrib/meson/meson_options.txt
Commit message (Collapse)AuthorAgeFilesLines
* Update Meson build to 1.9.4Tristan Partin2022-10-201-10/+26
| | | | | | | | | | | | | | | Specifically this adds support for the following options: - LZ4_ALIGN_TEST - LZ4_STATIC_LINKING_ONLY_DISABLE_MEMORY_ALLOCATION - LZ4_DISTANCE_MAX - LZ4_FAST_DEC_LOOP - LZ4_FORCE_SW_BITCOUNT - LZ4_FREESTANDING - LZ4_USER_MEMORY_FUNCTIONS - compiling ossfuzz targets - compiling more test targets - registering some tests
* Fixup meson buildTristan Partin2022-02-091-10/+10
| | | | | | The meson build had gotten a little out of hand. It needed to be cleaned up and have its errors fixed. This should enable lz4 to switch to Meson at any time should the need ever arise.
* meson: Fix deprecated warnings on build optionsLzu Tao2019-06-291-4/+4
| | | | Meson now reserves `build_` prefix options.
* Add meson build systemLzu Tao2018-12-021-0/+24