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

Unified Diff: build/SConscript.v8

Issue 10636: Build v8 in debug mode, we build everything else in debug. (Closed)
Patch Set: Created 12 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/SConscript.v8
diff --git a/build/SConscript.v8 b/build/SConscript.v8
index 34378e9191c825a974247b427930b2f7889071ca..1e7cfb0f6063bc33693f73aab3bc850d7fcd8543 100644
--- a/build/SConscript.v8
+++ b/build/SConscript.v8
@@ -14,7 +14,7 @@ except AttributeError:
cpu_flag = ''
env = env.Clone(
- V8_MODE = 'release',
+ V8_MODE = 'debug',
V8_MODE_DIR = '$V8_DIR/obj/$V8_MODE',
V8_SCONS_COM = '$PYTHON $SCONS $SCONSFLAGS mode=$V8_MODE',
SCONS='$CHROME_SRC_DIR/third_party/scons/scons.py',
@@ -37,8 +37,8 @@ if not os.path.exists(env.Dir('$OBJ_ROOT/v8').abspath):
v8_scons_targets_off = [
- '$V8_DIR/shell${PROGSUFFIX}',
- '$V8_DIR/${LIBPREFIX}v8${LIBSUFFIX}',
+ '$V8_DIR/shell_g${PROGSUFFIX}',
+ '$V8_DIR/${LIBPREFIX}v8_g${LIBSUFFIX}',
'$V8_MODE_DIR/mksnapshot${PROGSUFFIX}',
'$V8_MODE_DIR/libraries${OBJSUFFIX}',
'$V8_MODE_DIR/snapshot-empty${OBJSUFFIX}',
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698