Skip to content

overriding '/MT' with '/MD' #40246

Closed
@steveklabnik

Description

@steveklabnik

Here's an excerpt from building rustc:

Building stage1 compiler artifacts (x86_64-pc-windows-msvc -> x86_64-pc-windows-msvc)
   Compiling graphviz v0.0.0 (file:///C:/Users/steve/src/rust/src/libgraphviz)
   Compiling log v0.0.0 (file:///C:/Users/steve/src/rust/src/liblog)
   Compiling arena v0.0.0 (file:///C:/Users/steve/src/rust/src/libarena)
   Compiling gcc v0.3.43
   Compiling rustc_platform_intrinsics v0.0.0 (file:///C:/Users/steve/src/rust/src/librustc_platform_intrinsics)
   Compiling rustc_bitflags v0.0.0 (file:///C:/Users/steve/src/rust/src/librustc_bitflags)
   Compiling serialize v0.0.0 (file:///C:/Users/steve/src/rust/src/libserialize)
   Compiling fmt_macros v0.0.0 (file:///C:/Users/steve/src/rust/src/libfmt_macros)
   Compiling libc v0.2.20
   Compiling filetime v0.1.10
   Compiling build_helper v0.1.0 (file:///C:/Users/steve/src/rust/src/build_helper)
   Compiling flate v0.0.0 (file:///C:/Users/steve/src/rust/src/libflate)
   Compiling rustdoc v0.0.0 (file:///C:/Users/steve/src/rust/src/librustdoc)
   Compiling rustc_llvm v0.0.0 (file:///C:/Users/steve/src/rust/src/librustc_llvm)
   Compiling syntax_pos v0.0.0 (file:///C:/Users/steve/src/rust/src/libsyntax_pos)
   Compiling rustc_data_structures v0.0.0 (file:///C:/Users/steve/src/rust/src/librustc_data_structures)
   Compiling rustc_errors v0.0.0 (file:///C:/Users/steve/src/rust/src/librustc_errors)
warning: cl : Command line warning D9025 : overriding '/MT' with '/MD'
warning: cl : Command line warning D9025 : overriding '/MD' with '/MT'
warning: cl : Command line warning D9025 : overriding '/MT' with '/MD'
warning: cl : Command line warning D9025 : overriding '/MD' with '/MT'
warning: cl : Command line warning D9025 : overriding '/MT' with '/MD'
warning: cl : Command line warning D9025 : overriding '/MD' with '/MT'
   Compiling syntax v0.0.0 (file:///C:/Users/steve/src/rust/src/libsyntax)

I don't know what these warnings are, and the build seems to work, but seems bad maybe?

Metadata

Metadata

Assignees

No one assigned

    Labels

    O-windows-msvcToolchain: MSVC, Operating system: WindowsT-bootstrapRelevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions