Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8310073

warning D9025 : overriding '/MD' with '/MT' when building test\hotspot\jtreg\native\support\exeFPRegs\exeFPRegs.obj

XMLWordPrintable

      The warning

          Command line warning D9025 : overriding '/MD' with '/MT'

      Is produced when building one of the test executable. Grepping for D9025 shows:

          support\test\hotspot\jtreg\native\support\exeFPRegs\exeFPRegs.obj.log:134:cl : Command line warning D9025 : overriding '/MD' with '/MT'

      /MD is for dynamically linking the Windows runtime libraries, while /MT links them statically [1]

      [1]: https://learn.microsoft.com/en-us/cpp/build/reference/md-mt-ld-use-run-time-library?view=msvc-170

            Unassigned Unassigned
            jvernee Jorn Vernee
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: