blob: 3da3d99357f7740398603095d58b9e00e213dc79 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
Index: rocprofiler-rocm-5.0.2/cmake_modules/env.cmake
===================================================================
--- rocprofiler-rocm-5.0.2.orig/cmake_modules/env.cmake
+++ rocprofiler-rocm-5.0.2/cmake_modules/env.cmake
@@ -92,8 +92,6 @@ string ( TOLOWER "${CMAKE_BUILD_TYPE}" C
if ( "${CMAKE_BUILD_TYPE}" STREQUAL debug )
set ( CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -ggdb" )
set ( CMAKE_BUILD_TYPE "debug" )
-else ()
- set ( CMAKE_BUILD_TYPE "release" )
endif ()
## Extend Compiler flags based on Processor architecture
|