Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
windows: Set debug options if appropriate. (mozilla#798)
* windows: Set debug options if appropriate. If building with debug, also build standard libraries with debug. This ensures that any libraries linking against cubeb won't have mismatched symbol definitions. * Properly allow dynamic linking. * Set global CMAKE_MSVC_RUNTIME_LIBRARY. This variable will apply to all targets, rather than needing to apply a per-target setting. * remove unnecessary whitespace * Simplify variable expression
- Loading branch information