hush: disable debug_indent increment/decrement for HUSH_DEBUG < 2 builds
authorDenys Vlasenko <vda.linux@googlemail.com>
Sat, 28 Jul 2018 10:16:30 +0000 (12:16 +0200)
committerDenys Vlasenko <vda.linux@googlemail.com>
Sat, 28 Jul 2018 10:16:30 +0000 (12:16 +0200)
commita8e7441176ec945a1bfb117a1067ac3a6680a19c
treee3e0306b363288a77b014cec6935435f50366dbd
parentaa449c927d1d84092f9654e45ab9f68847e81226
hush: disable debug_indent increment/decrement for HUSH_DEBUG < 2 builds

function                                             old     new   delta
run_list                                            1063    1046     -17
parse_stream                                        2296    2249     -47
run_pipe                                            1890    1840     -50
------------------------------------------------------------------------------
(add/remove: 0/0 grow/shrink: 0/3 up/down: 0/-114)           Total: -114 bytes

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
shell/hush.c