From bca88b2dc120879c8e427db8bbc16a3f104e4cb4 Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Fri, 6 Jan 2012 16:20:45 -0800 Subject: support nosnapshot in vcbuild.bat --- node.gyp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'node.gyp') diff --git a/node.gyp b/node.gyp index abc83c51b..f9bc8ca23 100644 --- a/node.gyp +++ b/node.gyp @@ -1,6 +1,6 @@ { 'variables': { - 'v8_use_snapshot': 'true', + 'v8_use_snapshot%': 'true', # Turn off -Werror in V8 # See http://codereview.chromium.org/8159015 'werror': '', -- cgit v1.2.1