Go to file
sgjesse@chromium.org 97b2372c39 Add an option to the SCons build to control Microsoft Visual C++ link-time code generation.
Turning off Microsoft Visual C++ link-time code generation makes linking on Windows significantly which is convenient during development. There has also been a request from embedders for a way to control this for embedding application which does not use link-time code generation.

The name of the option is msvcltcg and the default value is 'on' to keep the same behaviour as before.
Review URL: http://codereview.chromium.org/69026

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@1742 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
2009-04-18 00:03:15 +00:00
benchmarks Fixed issue where \x.. and \u.... were rot13-ed in strings (but not in 2009-01-30 13:19:29 +00:00
include Add os.chdir and os.setenv to d8. Move system() to os.system(). 2009-03-31 06:51:25 +00:00
samples Add a "read" extension to the shell programs. This global function 2009-04-17 21:04:34 +00:00
src Add a "read" extension to the shell programs. This global function 2009-04-17 21:04:34 +00:00
test Implemented a CSV parser in JavaScript. 2009-04-17 17:58:14 +00:00
tools Implemented a CSV parser in JavaScript. 2009-04-17 17:58:14 +00:00
AUTHORS Issue 63: Running tests fails of there is a dot in the checkout path 2009-02-25 10:09:42 +00:00
ChangeLog Prepare a push to trunk (version 1.1.10). 2009-04-15 13:16:51 +00:00
LICENSE Remove JSCRE 2009-02-25 08:08:01 +00:00
SConstruct Add an option to the SCons build to control Microsoft Visual C++ link-time code generation. 2009-04-18 00:03:15 +00:00