diff options
| author | stijn | 2014-06-12 17:45:41 +0200 |
|---|---|---|
| committer | stijn | 2014-06-22 11:31:16 +0200 |
| commit | 8abcf666cb638152634790a882875f52f7f0432b (patch) | |
| tree | de8e071187cc0dad925f597d0659e7c52e1f907e /windows/msvc/common.props | |
| parent | a96cc824bdacb34ced0edef523181c215fba313b (diff) | |
windows: Enable GC and implement bss start and end symbols
The pointers to the bss section are acquired in init.c()
by inspecting the PE header. Works for msvc and mingw.
Diffstat (limited to 'windows/msvc/common.props')
| -rw-r--r-- | windows/msvc/common.props | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/windows/msvc/common.props b/windows/msvc/common.props index 300de46a5..b6f22c615 100644 --- a/windows/msvc/common.props +++ b/windows/msvc/common.props @@ -16,7 +16,8 @@ </ClCompile>
<Link>
<GenerateDebugInformation>true</GenerateDebugInformation>
+ <GenerateMapFile>true</GenerateMapFile>
</Link>
</ItemDefinitionGroup>
<ItemGroup />
-</Project>
\ No newline at end of file +</Project>
|
