From 559c1987bef279ae1dde466e3cf857b3720db4f8 Mon Sep 17 00:00:00 2001 From: Ryan Date: Wed, 4 Mar 2009 10:22:37 +0100 Subject: [PATCH] add command line options --- node.cc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/node.cc b/node.cc index 31c5d6e..598ae7e 100644 --- a/node.cc +++ b/node.cc @@ -131,6 +131,8 @@ OnFatalError (const char* location, const char* message) int main (int argc, char *argv[]) { + V8::SetFlagsFromCommandLine(&argc, argv, true); + map options; string file; ParseOptions(argc, argv, options, &file); -- 2.7.4