Enable debugging flag

This commit is contained in:
Lzu Tao 2018-11-29 12:24:43 +07:00
parent 0669392937
commit 9ac9cbc9de

View File

@ -42,7 +42,7 @@ contrib_meson_dir = join_paths(zstd_source_dir, 'contrib', 'meson')
# =============================================================================
# Project options
# =============================================================================
enable_debug = get_option('debug')
legacy_support = get_option('legacy_support')
enable_programs = get_option('build_programs')
enable_tests = get_option('build_tests')