127b27ec6Sopenharmony_ci# #############################################################################
227b27ec6Sopenharmony_ci# Copyright (c) 2018-present        lzutao <taolzu(at)gmail.com>
327b27ec6Sopenharmony_ci# Copyright (c) 2022-present        Tristan Partin <tristan(at)partin.io>
427b27ec6Sopenharmony_ci# All rights reserved.
527b27ec6Sopenharmony_ci#
627b27ec6Sopenharmony_ci# This source code is licensed under both the BSD-style license (found in the
727b27ec6Sopenharmony_ci# LICENSE file in the root directory of this source tree) and the GPLv2 (found
827b27ec6Sopenharmony_ci# in the COPYING file in the root directory of this source tree).
927b27ec6Sopenharmony_ci# #############################################################################
1027b27ec6Sopenharmony_ci
1127b27ec6Sopenharmony_cioption('debug-level', type: 'integer', min: 0, max: 7, value: 1,
1227b27ec6Sopenharmony_ci  description: 'Enable run-time debug. See lib/lz4hc.c')
1327b27ec6Sopenharmony_cioption('unstable', type: 'boolean', value: false,
1427b27ec6Sopenharmony_ci  description: 'Expose unstable interfaces')
1527b27ec6Sopenharmony_cioption('programs', type: 'boolean', value: false,
1627b27ec6Sopenharmony_ci  description: 'Enable programs build')
1727b27ec6Sopenharmony_cioption('tests', type: 'boolean', value: false,
1827b27ec6Sopenharmony_ci  description: 'Enable tests build')
1927b27ec6Sopenharmony_cioption('contrib', type: 'boolean', value: false,
2027b27ec6Sopenharmony_ci  description: 'Enable contrib build')
2127b27ec6Sopenharmony_cioption('examples', type: 'boolean', value: false,
2227b27ec6Sopenharmony_ci  description: 'Enable examples build')
2327b27ec6Sopenharmony_cioption('memory-usage', type: 'integer', min: 0, value: 0,
2427b27ec6Sopenharmony_ci  description: 'See LZ4_MEMORY_USAGE. 0 means use the LZ4 default')
25