Skip to content
  • Brad King's avatar
    MSVC: Drop space in `/DNDEBUG` flag for consistency (#16052) · e888af97
    Brad King authored
    We define `NDEBUG` without a space after the `-D` option for most
    compilers.  Remove the space for MSVC (and Intel Fortran) for
    consistency.  The MS compiler technically does not document that
    the `-D` argument may be separated from its value, though every
    version to date supports it.
    e888af97