-
Bug
-
Resolution: Fixed
-
P3
-
12
-
b13
Currently, we are filtering out -MD and replacing it with -MT when building libwindowsaccessbridge. This has just been a way to replicate the behavior of old build system, and there's no point in doing so.
In fact, it is recommended *not* to mix -MT and -MD in dlls and executable, as that might lead to problems (as seen in e.g.JDK-8207139).
In fact, it is recommended *not* to mix -MT and -MD in dlls and executable, as that might lead to problems (as seen in e.g.
- relates to
-
JDK-8213187 Handle libwindowsaccessbridge need to access MSVCRT functions
-
- Resolved
-