Skip to content

Commit c275a1d

Browse files
committed
Default to RelWithDebInfo clang-hip build.
1 parent c1c3381 commit c275a1d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

buildsystem/clang-hip/cache.cmake

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ set(EXAGO_BUILD_STATIC
1919
CACHE BOOL ""
2020
)
2121

22-
message(STATUS "Building in debug mode")
22+
message(STATUS "Building in RelWithDebInfo mode")
2323
set(CMAKE_BUILD_TYPE
24-
Debug
24+
RelWithDebInfo
2525
CACHE STRING ""
2626
)
2727

0 commit comments

Comments
 (0)