Status: Accepted
Owner: [email protected]
Labels: Type-Bug Priority-High
New issue 1871 by [email protected]: Build failure with dependent flags
http://code.google.com/p/v8/issues/detail?id=1871
When you build V8 like this:
make ia32.release objectprint=on disassembler=on -j16
You get this:
In file included from v8/src/flags.cc:553:
v8/src/flag-definitions.h: In static member function ‘static void
v8::internal::FlagList::EnforceFlagImplications()’:
v8/src/flag-definitions.h:567: error: assignment of read-only variable
‘v8::internal::FLAG_trace_codegen’
Without objectprint=on and disassembler=on, the build works fine
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev