We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 045f2bb commit 1fe5c1fCopy full SHA for 1fe5c1f
CMakeLists.txt
@@ -2,6 +2,8 @@ cmake_minimum_required(VERSION 3.16)
2
3
project(ton-index-cpp)
4
5
+set(CMAKE_BUILD_TYPE Debug)
6
+
7
option(PGTON "Enable adding the pgton subdirectory" OFF)
8
option(TON_USE_JEMALLOC "Use \"ON\" to enable JeMalloc." OFF)
9
0 commit comments