Skip to content
Snippets Groups Projects

meson: make -Dmalloc=auto more clever

Merged Vladimír Čunát requested to merge meson-jemalloc-auto into master
2 files
+ 7
2
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 0
1
@@ -13,7 +13,6 @@ if get_option('unit_tests') != 'disabled'
message('-------------------------------')
endif
build_extra_tests = get_option('extra_tests') == 'enabled'
build_config_tests = get_option('config_tests') == 'enabled'
if get_option('config_tests') == 'auto'
build_config_tests = build_extra_tests
Loading