diff options
author | Bert Belder <bertbelder@gmail.com> | 2012-04-29 00:17:23 +0200 |
---|---|---|
committer | Bert Belder <bertbelder@gmail.com> | 2012-04-29 00:17:23 +0200 |
commit | c8a10e97c8def4c6a89f34f655b675d4204e16d4 (patch) | |
tree | 1a58158024b406ac4072fe8c4bd8cb70c4e79ce0 /common.gypi | |
parent | ab072ee41693ee95667a06bce86588242c5b5869 (diff) | |
parent | db844b152a92bcc02c20e62ea85958c0f3dfc532 (diff) | |
download | node-c8a10e97c8def4c6a89f34f655b675d4204e16d4.tar.gz |
Merge branch 'v0.6'
Conflicts:
deps/uv/include/uv-private/uv-unix.h
deps/uv/include/uv-private/uv-win.h
deps/uv/src/uv-common.c
deps/uv/src/win/fs.c
src/process_wrap.cc
Diffstat (limited to 'common.gypi')
-rw-r--r-- | common.gypi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common.gypi b/common.gypi index 5dde273f6..8b3e7c2e7 100644 --- a/common.gypi +++ b/common.gypi @@ -32,7 +32,7 @@ 'VCCLCompilerTool': { 'RuntimeLibrary': 1, # static debug 'Optimization': 0, # /Od, no optimization - 'MinimalRebuild': 'true', + 'MinimalRebuild': 'false', 'OmitFramePointers': 'false', 'BasicRuntimeChecks': 3, # /RTC1 }, |