Commit 36769d79 by Marcin Cieślak

Microsoft linker should generate checksum

Use /RELEASE option of LINK.EXE
parent 05d2d085
......@@ -19,6 +19,11 @@
'src/sass_types/number.cpp',
'src/sass_types/string.cpp'
],
'msvs_settings': {
'VCLinkerTool': {
'SetChecksum': 'true'
}
},
'include_dirs': [
'<!(node -e "require(\'nan\')")',
],
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment