Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update 1.install-nebula-graph-by-compiling-the-source-code.md #940

Merged
merged 1 commit into from
Sep 8, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -131,13 +131,13 @@ $ cmake -D<variable>=<value> ...

`ENABLE_ASAN`默认值为`OFF`,表示关闭内存问题检测工具ASan(AddressSanitizer)。该工具是为Nebula Graph开发者准备的,如果需要开启,可以设置为`ON`。

### MAKE_BUILD_TYPE
### CMAKE_BUILD_TYPE

`MAKE_BUILD_TYPE`控制Nebula Graph的build方法,取值说明如下:
`CMAKE_BUILD_TYPE`控制Nebula Graph的build方法,取值说明如下:

- `Debug`

`MAKE_BUILD_TYPE`的默认值,build过程中只记录debug信息,不使用优化选项。
`CMAKE_BUILD_TYPE`的默认值,build过程中只记录debug信息,不使用优化选项。

- `Release`

Expand Down