Skip to content

Commit d318c8b

Browse files
authored
Merge pull request #118 from ClickHouse/traceon-patch-2
By default, build RelWithDebInfo variant
2 parents 408ce18 + e5bc14f commit d318c8b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ PROJECT (CLICKHOUSE-CLIENT)
1313
USE_CXX17 ()
1414
USE_OPENSSL ()
1515

16-
IF ("${CMAKE_BUILD_TYPE}" STREQUAL "")
17-
SET (CMAKE_BUILD_TYPE "Debug")
16+
IF (NOT CMAKE_BUILD_TYPE)
17+
SET (CMAKE_BUILD_TYPE "RelWithDebInfo")
1818
ENDIF ()
1919

2020
IF (UNIX)

0 commit comments

Comments
 (0)