Skip to content

Commit

Permalink
update get_executable
Browse files Browse the repository at this point in the history
  • Loading branch information
bxq2011hust authored and HaoXuan40404 committed Aug 15, 2020
1 parent 80c6549 commit 53abb80
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions docs/manual/get_executable.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ $ make
- TESTS,默认off,单元测试编译开关。通过`cmake -DTESTS=on ..`打开单元测试开关。
- DEMO,默认off,测试程序编译开关。通过`cmake -DDEMO=on ..`打开单元测试开关。
- TOOL,默认off,工具程序编译开关。通过`cmake -DTOOL=on ..`打开工具开关,提供FISCO节点的rocksdb读取工具。
- ARCH_NATIVE,默认off,编译时根据本地CPU指令优化以获得更好的性能,在ARM架构上编译可以使用此选项。
- BUILD_STATIC,默认off,静态编译开关,只支持Ubuntu。通过`cmake -DBUILD_STATIC=on ..`打开静态编译开关。

- 生成源码文档。
Expand Down
2 changes: 1 addition & 1 deletion en/docs/manual/get_executable.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ $ make
- TESTS, off by default, unit test compilation flag. To enable it, use `cmake -DTESTS=on ..`
- DEMO, off by default, test program compilation switch. To open it through `cmake -DDEMO=on ..`.
- TOOL, off by default, tools program compilation switch. To open it through`cmake -DTOOL=on ..`.

- ARCH_NATIVE, off by default, optimize code according to local CPU architecture if on.
- BUILD_STATIC,off by default, static compilation switch, only supports Ubuntu. To open it through `cmake -DBUILD_STATIC=on ..`.
- Generate source documentation.

Expand Down

0 comments on commit 53abb80

Please sign in to comment.