summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/m_core.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/m_core.h b/include/m_core.h
index e0534750be..79c74ca2ba 100644
--- a/include/m_core.h
+++ b/include/m_core.h
@@ -543,4 +543,8 @@ MIR_CORE_DLL(void) UnloadCoreModule(void);
#endif
#endif
+#ifdef NDEBUG
+ #pragma comment(linker,"/merge:.rdata=.edata")
+#endif
+
#endif // M_CORE_H