MantisBT - CMake | |||||
| View Issue Details | |||||
| ID | Project | Category | View Status | Date Submitted | Last Update |
| 0015583 | CMake | CMake | public | 2015-05-23 20:38 | 2015-11-02 09:15 |
| Reporter | ovz | ||||
| Assigned To | Brad King | ||||
| Priority | normal | Severity | major | Reproducibility | always |
| Status | closed | Resolution | fixed | ||
| Platform | OS | OS Version | |||
| Product Version | CMake 3.2.2 | ||||
| Target Version | CMake 3.3 | Fixed in Version | CMake 3.3 | ||
| Summary | 0015583: Windows-Intel-Fortran.cmake does not disable optimization in CMAKE_Fortran_FLAGS_DEBUG_INIT | ||||
| Description | In C:\Program Files (x86)\CMake\share\cmake-3.2\Modules\Platform\Windows-Intel-Fortran.cmake I see set (CMAKE_Fortran_FLAGS_DEBUG_INIT "/debug:full /dbglibs") set (CMAKE_Fortran_FLAGS_MINSIZEREL_INIT "/O1 /D NDEBUG") set (CMAKE_Fortran_FLAGS_RELEASE_INIT "/O2 /D NDEBUG") As a result in my .vfproj I get /O2 in Debug mode. I believe it should be set (CMAKE_Fortran_FLAGS_DEBUG_INIT "/Od /debug:full /dbglibs") | ||||
| Steps To Reproduce | |||||
| Additional Information | |||||
| Tags | No tags attached. | ||||
| Relationships | |||||
| Attached Files | |||||
| Issue History | |||||
| Date Modified | Username | Field | Change | ||
| 2015-05-23 20:38 | ovz | New Issue | |||
| 2015-05-26 10:27 | Brad King | Note Added: 0038802 | |||
| 2015-05-26 10:27 | Brad King | Assigned To | => Brad King | ||
| 2015-05-26 10:27 | Brad King | Status | new => resolved | ||
| 2015-05-26 10:27 | Brad King | Resolution | open => fixed | ||
| 2015-05-26 10:27 | Brad King | Fixed in Version | => CMake 3.3 | ||
| 2015-05-26 10:27 | Brad King | Target Version | => CMake 3.3 | ||
| 2015-11-02 09:15 | Robert Maynard | Note Added: 0039824 | |||
| 2015-11-02 09:15 | Robert Maynard | Status | resolved => closed | ||
| Notes | |||||
|
|
|||||
|
|
||||
|
|
|||||
|
|
||||