From 3992021a3f0ae64d487857f44bfa13db7b969131 Mon Sep 17 00:00:00 2001 From: gongsiyi150 <623965125@qq.com> Date: Tue, 30 Jun 2020 17:18:50 +0800 Subject: [PATCH] introduction-to-build-sh.md --- .../en/docs/Compilationguide/introduction-to-build-sh.md | 4 ++-- .../build-sh\344\273\213\347\273\215.md" | 9 +++++++++ 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/content/en/docs/Compilationguide/introduction-to-build-sh.md b/content/en/docs/Compilationguide/introduction-to-build-sh.md index 3f69d58bd..9d5115010 100644 --- a/content/en/docs/Compilationguide/introduction-to-build-sh.md +++ b/content/en/docs/Compilationguide/introduction-to-build-sh.md @@ -53,13 +53,13 @@ The following table describes the parameters.

Compresses the code compilation result into an installation package.

-

--no_om_adapt

+

-nopt

Do not use this option.

-

-

The installation package does not adapt to the OM and takes effect only when the -pkg option is added.

+

On Kunpeng platform, like 1616 version, without LSE optimized.

diff --git "a/content/zh/docs/Compilationguide/build-sh\344\273\213\347\273\215.md" "b/content/zh/docs/Compilationguide/build-sh\344\273\213\347\273\215.md" index 6454918f8..0ddce64d1 100644 --- "a/content/zh/docs/Compilationguide/build-sh\344\273\213\347\273\215.md" +++ "b/content/zh/docs/Compilationguide/build-sh\344\273\213\347\273\215.md" @@ -53,6 +53,15 @@ openGauss-server/build.sh是编译过程中的重要脚本工具。其集成了

将代码编译结果压缩封装成安装包。

+

-nopt

+ +

不使用此功能

+ +

-

+ +

如果使用此功能,则对鲲鹏平台的相关CPU不进行优化。

+ + -- Gitee