Enable debugging flag

This commit is contained in:
Lzu Tao
2018-12-01 23:18:59 +07:00
parent 0669392937
commit 9ac9cbc9de
+1 -1
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')