Comment #6 on issue 3252 by [email protected]: it should be possible to use ninja for every day development
http://code.google.com/p/v8/issues/detail?id=3252

I didn't follow the details of this discussion, but whatever we do, please keep the possibility to provide arbitrary environment/Makefile variables, e.g.

   CXXFLAGS="-pg" LDFLAGS=$CXXFLAGS make -j32 ia32.debug V=1

or

CXX="$HOME/chromium/src/third_party/llvm-build/Release+Asserts/bin/clang++" LINK=$CXX make -j32 qc

To me that's crucial for everyday work, and I don't want to learn N (where N > 1, we are Google! :-) arcane syntaxes of the current build-systems-of-the-day to get such things done.

--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to