michaelforney / samurai

ninja-compatible build tool written in C

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Missing the `-d list` option

chen3feng opened this issue · comments

% samu -d list
samu: unknown debug flag 'list'
% ninja -d list
debugging modes:
  stats        print operation counts/timing info
  explain      explain what caused a command to execute
  keepdepfile  don't delete depfiles after they're read by ninja
  keeprsp      don't delete @response files on success
multiple modes can be enabled via -d FOO -d BAR

Any reason why you need samu -d list instead of reading the manual? All the supported debug options are documented in samu.1.

Closing since the debug options are documented in in the manual.