diff --git a/include/hermes/VM/RuntimeFlags.h b/include/hermes/VM/RuntimeFlags.h index d21d29b3e2d..1bb74157f2e 100644 --- a/include/hermes/VM/RuntimeFlags.h +++ b/include/hermes/VM/RuntimeFlags.h @@ -214,6 +214,7 @@ struct VMOnlyRuntimeFlags { llvh::cl::opt ForceJIT{ "Xforce-jit", llvh::cl::Hidden, + llvh::cl::ZeroOrMore, llvh::cl::cat(RuntimeCategory), llvh::cl::desc("force JIT compilation of every function"), llvh::cl::init(false)};