I see several flags of type boolean. If the default value is true, how do I 
set these options to false? Does setting the flag just flip the default 
value?

Example:

  --use_idle_notification (Use idle notification to reduce memory 
footprint.)
        type: bool  default: true

When I try to run with

 --use_idle_notification=false

I get the error:

Error: illegal value for flag --use_idle_notification=false of type bool
Try --help for options

-- 
v8-users mailing list
[email protected]
http://groups.google.com/group/v8-users

Reply via email to