]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - meson.build
meson: rename -Ddebug to -Ddebug-extra
[thirdparty/systemd.git] / meson.build
index f79ac4b12e78c32c72bacd68267843612f76100b..2209c935ad652422f81783990b97679af88c7492 100644 (file)
@@ -763,7 +763,7 @@ substs.set('DEBUGTTY', get_option('debug-tty'))
 
 enable_debug_hashmap = false
 enable_debug_mmap_cache = false
-foreach name : get_option('debug')
+foreach name : get_option('debug-extra')
         if name == 'hashmap'
                 enable_debug_hashmap = true
         elif name == 'mmap-cache'