MSVC: Drop space in `/DNDEBUG` flag for consistency (#16052)

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.
This commit is contained in:
Brad King 2016-04-07 10:54:06 -04:00
parent 82c405c473
commit e888af9719
2 changed files with 9 additions and 9 deletions