Skip to content

Commit 1fe5c1f

Browse files
committed
Add github workflow script
1 parent 045f2bb commit 1fe5c1f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ cmake_minimum_required(VERSION 3.16)
22

33
project(ton-index-cpp)
44

5+
set(CMAKE_BUILD_TYPE Debug)
6+
57
option(PGTON "Enable adding the pgton subdirectory" OFF)
68
option(TON_USE_JEMALLOC "Use \"ON\" to enable JeMalloc." OFF)
79

0 commit comments

Comments
 (0)