From 8abcf666cb638152634790a882875f52f7f0432b Mon Sep 17 00:00:00 2001
From: stijn
Date: Thu, 12 Jun 2014 17:45:41 +0200
Subject: 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.
---
windows/msvc/common.props | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
(limited to 'windows/msvc/common.props')
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 @@
true
+ true
-
\ No newline at end of file
+
--
cgit v1.2.3