Hi Keith --

Prefix the option with 'no' to force it false.

In your example: '--nouse_idle_notification'

paul

On Aug 19, 2011, at 11:34 AM, Keith Johnston wrote:

> 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

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

Reply via email to