mirror of
https://github.com/nodejs/node-v0.x-archive.git
synced 2026-04-28 03:01:10 -04:00
Compare commits
1 Commits
jenkins-ac
...
reviewme2
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
3a387e7536 |
@@ -121,7 +121,6 @@
|
||||
'WarningLevel': 3,
|
||||
'BufferSecurityCheck': 'true',
|
||||
'ExceptionHandling': 1, # /EHsc
|
||||
'ImageHasSafeExceptionHandlers': 0, # /SAFESEH:NO
|
||||
'SuppressStartupBanner': 'true',
|
||||
'WarnAsError': 'false',
|
||||
},
|
||||
|
||||
2
deps/openssl/openssl.gyp
vendored
2
deps/openssl/openssl.gyp
vendored
@@ -826,6 +826,7 @@
|
||||
'/Zi',
|
||||
'/Fo', '<(INTERMEDIATE_DIR)/<(RULE_INPUT_ROOT).obj',
|
||||
'/c', '<(RULE_INPUT_PATH)',
|
||||
'safeseh'
|
||||
],
|
||||
'process_outputs_as_sources': 0,
|
||||
'message': 'Assembling <(RULE_INPUT_PATH) to <(INTERMEDIATE_DIR)/<(RULE_INPUT_ROOT).obj.',
|
||||
@@ -869,6 +870,7 @@
|
||||
'/Zi',
|
||||
'/Fo', '<(INTERMEDIATE_DIR)/<(RULE_INPUT_ROOT).obj',
|
||||
'/c', '<(RULE_INPUT_PATH)',
|
||||
'/safeseh'
|
||||
],
|
||||
'process_outputs_as_sources': 0,
|
||||
'message': 'Assembling <(RULE_INPUT_PATH) to <(INTERMEDIATE_DIR)/<(RULE_INPUT_ROOT).obj.',
|
||||
|
||||
Reference in New Issue
Block a user