Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1260)

Issue 69026: Add SCons build option to control Microsoft Visual C++ link-time code generation (Closed)

Created:
11 years, 8 months ago by Søren Thygesen Gjesse
Modified:
9 years, 7 months ago
Reviewers:
iposva
CC:
v8-dev
Visibility:
Public.

Description

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. Committed: http://code.google.com/p/v8/source/detail?r=1742

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+18 lines, -5 lines) Patch
M SConstruct View 3 chunks +18 lines, -5 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
Søren Thygesen Gjesse
11 years, 8 months ago (2009-04-17 01:57:27 UTC) #1
iposva
11 years, 8 months ago (2009-04-17 22:19:58 UTC) #2
Makes sense to me. -ip

Powered by Google App Engine
This is Rietveld 408576698