]> git.ipfire.org Git - thirdparty/zstd.git/commitdiff
Enable debugging flag
authorLzu Tao <taolzu@gmail.com>
Thu, 29 Nov 2018 05:24:43 +0000 (12:24 +0700)
committerLzu Tao <taolzu@gmail.com>
Sat, 1 Dec 2018 16:18:59 +0000 (23:18 +0700)
build/meson/meson.build

index 966c5008e664f75bab6f09d138597fa658d2899f..18f44e0af3fc65d4aca79fc39142a404ff151a93 100644 (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')