summaryrefslogtreecommitdiffstats
path: root/contrib/meson/meson_options.txt
diff options
context:
space:
mode:
authorEli Schwartz <eschwartz@archlinux.org>2023-01-16 02:51:12 (GMT)
committerEli Schwartz <eschwartz@archlinux.org>2023-01-30 17:55:03 (GMT)
commit7ab223b7fa2f5b28cfaa4c800db78ad82287be40 (patch)
tree22999d2208c0a4cbedb06a1e688433f46cb75a12 /contrib/meson/meson_options.txt
parent1f3adea1c68ea61f41903d959b4f98f45aa527a7 (diff)
downloadlz4-7ab223b7fa2f5b28cfaa4c800db78ad82287be40.zip
lz4-7ab223b7fa2f5b28cfaa4c800db78ad82287be40.tar.gz
lz4-7ab223b7fa2f5b28cfaa4c800db78ad82287be40.tar.bz2
build: move meson files from contrib, to go alongside other build systems
Diffstat (limited to 'contrib/meson/meson_options.txt')
-rw-r--r--contrib/meson/meson_options.txt40
1 files changed, 0 insertions, 40 deletions
diff --git a/contrib/meson/meson_options.txt b/contrib/meson/meson_options.txt
deleted file mode 100644
index 36eedbb..0000000
--- a/contrib/meson/meson_options.txt
+++ /dev/null
@@ -1,40 +0,0 @@
-# #############################################################################
-# Copyright (c) 2018-present lzutao <taolzu(at)gmail.com>
-# Copyright (c) 2022-present Tristan Partin <tristan(at)partin.io>
-# All rights reserved.
-#
-# This source code is licensed under both the BSD-style license (found in the
-# LICENSE file in the root directory of this source tree) and the GPLv2 (found
-# in the COPYING file in the root directory of this source tree).
-# #############################################################################
-
-option('align-test', type: 'boolean', value: true,
- description: 'See LZ4_ALIGN_TEST')
-option('contrib', type: 'boolean', value: false,
- description: 'Enable contrib')
-option('debug-level', type: 'integer', min: 0, max: 7, value: 1,
- description: 'Enable run-time debug. See lib/lz4hc.c')
-option('disable-memory-allocation', type: 'boolean', value: false,
- description: 'See LZ4_STATIC_LINKING_ONLY_DISABLE_MEMORY_ALLOCATION. Static builds only')
-option('distance-max', type: 'integer', min: 0, max: 65535, value: 65535,
- description: 'See LZ4_DISTANCE_MAX')
-option('examples', type: 'boolean', value: false,
- description: 'Enable examples')
-option('fast-dec-loop', type: 'feature', value: 'auto',
- description: 'See LZ4_FAST_DEC_LOOP')
-option('force-sw-bitcount', type: 'boolean', value: false,
- description: 'See LZ4_FORCE_SW_BITCOUNT')
-option('freestanding', type: 'boolean', value: false,
- description: 'See LZ4_FREESTANDING')
-option('memory-usage', type: 'integer', min: 0, max: 20, value: 0,
- description: 'See LZ4_MEMORY_USAGE. 0 means use the LZ4 default')
-option('ossfuzz', type: 'boolean', value: true,
- description: 'Enable ossfuzz')
-option('programs', type: 'boolean', value: false,
- description: 'Enable programs')
-option('tests', type: 'boolean', value: false,
- description: 'Enable tests')
-option('unstable', type: 'boolean', value: false,
- description: 'Expose unstable interfaces')
-option('user-memory-functions', type: 'boolean', value: false,
- description: 'See LZ4_USER_MEMORY_FUNCTIONS')