diff --git a/tools/llvm-kompile-codegen/main.cpp b/tools/llvm-kompile-codegen/main.cpp index 7bf4869d8..b273dc48d 100644 --- a/tools/llvm-kompile-codegen/main.cpp +++ b/tools/llvm-kompile-codegen/main.cpp @@ -50,8 +50,9 @@ cl::opt DecisionTree( cl::opt Directory( cl::Positional, cl::desc(""), cl::Required, cl::cat(CodegenCat)); -cl::opt - Debug("debug", cl::desc("Enable debug information"), cl::cat(CodegenCat)); +cl::opt Debug( + "debug", cl::desc("Enable debug information"), cl::ZeroOrMore, + cl::cat(CodegenCat)); cl::opt NoOptimize( "no-optimize",