From a440aa376832c17a388096266e042fe6a79e1bb2 Mon Sep 17 00:00:00 2001 From: retzero Date: Thu, 3 Sep 2020 21:51:01 +0900 Subject: [PATCH] Remove mandatory check from profile --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 73a7dbb..7d98f7e 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ Tizen GBS build tool. | gbs_conf | Configuration file (gbs.conf) location | O | String | | | debug | debug output | | Boolean | false | | verbose | verbose output | | Boolean | false | -| profile | Profile to be used for build (string from gbs.conf) | O | | | +| profile | Profile to be used for build (string from gbs.conf) | | | | | architecture | Target architecture to build. | O | | | | define_macro | Macros | | String | "" | | build_conf | Project build configuration file | | String | "" |