From 443cd2bb8d04f1fb94f301801898d114ea8ce04f Mon Sep 17 00:00:00 2001 From: "gyeongmin.ju" Date: Wed, 16 Dec 2015 16:30:25 +0900 Subject: [PATCH] DOC : [cli] append -j option for build-native Signed-off-by: gyeongmin.ju Change-Id: I7a0e39d98b89a987813c2334435debc395a0eb74 --- org.tizen.devtools/html/native_tools/command_line_interface_n.htm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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.

  • -- 2.7.4