From: gyeongmin.ju Date: Wed, 16 Dec 2015 07:30:25 +0000 (+0900) Subject: DOC : [cli] append -j option for build-native X-Git-Tag: tizen_3.0/TD_SYNC/20161201~255^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=443cd2bb8d04f1fb94f301801898d114ea8ce04f;p=sdk%2Fonline-doc.git DOC : [cli] append -j option for build-native Signed-off-by: gyeongmin.ju Change-Id: I7a0e39d98b89a987813c2334435debc395a0eb74 --- diff --git a/org.tizen.devtools/html/native_tools/command_line_interface_n.htm b/org.tizen.devtools/html/native_tools/command_line_interface_n.htm index 1c00dcf..9976df8 100644 --- a/org.tizen.devtools/html/native_tools/command_line_interface_n.htm +++ b/org.tizen.devtools/html/native_tools/command_line_interface_n.htm @@ -196,7 +196,7 @@ Sets the default connection timeout value. The default is 60000 milliseconds.

Syntax:

Options:

@@ -207,6 +207,8 @@ Sets the default connection timeout value. The default is 60000 milliseconds.

Specifies the compiler. You can use this option with the following compiler versions: gcc-4.9 and llvm-3.6

  • -C, --configuration:

    Specifies the build configuration.

  • +
  • -j, --jobs: +

    Specifies the number of parallel builds for the native app.

  • --:

    Specifies the project directory.