MantisBT - Zandronum |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0002938 | Zandronum | [All Projects] Bug | public | 2016-11-30 16:39 | 2018-09-30 21:49 |
|
Reporter | Zalewa | |
Assigned To | Edward-san | |
Priority | normal | Severity | major | Reproducibility | always |
Status | closed | Resolution | fixed | |
Platform | Microsoft | OS | Windows | OS Version | XP/Vista/7 |
Product Version | 3.0-beta | |
Target Version | 3.0 | Fixed in Version | 3.0 | |
|
Summary | 0002938: /MP compilation not supported for Debug builds in Visual Studio 2015 |
Description | Multi-process compilation is not supported in Visual Studio 2015. This is the warning message that is printed out when compiling:
cl : Command line warning D9030: '/Gm' is incompatible with multiprocessing; ignoring /MP switch [N:\dev\zandronum\vs2015\src\zdoom.vcxproj]
ZDoom doesn't have this problem. Tested with ZDoom commit 0488b18f8f1d381e49105256727d02abe7ed2c4e. |
Steps To Reproduce | 1. Configure Visual Studio 2015 project with CMake (I'm using 3.7.0-rc1).
2. Use v140_xp toolset.
3. Configure ZLib, FMOD, SSL libs, NASM path.
4. Add /MP switch to CMAKE_CXX_FLAGS and CMAKE_C_FLAGS.
5. Open cmd.exe and `cd` to the directory where the Visual Studio 2015 solution was created.
6. Run command `cmake --build . --config Debug`
|
Additional Information | |
Tags | No tags attached. |
Relationships | |
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2016-11-30 16:39 | Zalewa | New Issue | |
2016-11-30 17:30 | Edward-san | Note Added: 0016397 | |
2016-11-30 17:30 | Edward-san | Assigned To | => Edward-san |
2016-11-30 17:30 | Edward-san | Status | new => needs review |
2016-11-30 17:37 | Edward-san | Note Edited: 0016397 | bug_revision_view_page.php?bugnote_id=16397#r9949 |
2016-12-18 19:26 | Zalewa | Note Added: 0016529 | |
2016-12-18 20:15 | Torr Samaho | Note Added: 0016530 | |
2016-12-18 20:16 | Torr Samaho | Status | needs review => needs testing |
2016-12-18 20:16 | Zalewa | Note Added: 0016531 | |
2016-12-18 20:16 | Torr Samaho | Product Version | => 3.0-beta |
2016-12-18 20:16 | Torr Samaho | Target Version | => 3.0 |
2017-02-06 19:21 | Dusk | Status | needs testing => resolved |
2017-02-06 19:21 | Dusk | Fixed in Version | => 3.0 |
2017-02-06 19:21 | Dusk | Resolution | open => fixed |
2018-09-30 21:49 | Blzut3 | Status | resolved => closed |