当前仓库属于关闭状态,部分功能使用受限,详情请查阅 仓库状态说明
6 Star 10 Fork 4

OpenHarmony / developtools_hdc_standard
关闭

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
hdc.gni 1.25 KB
一键复制 编辑 Web IDE 原始数据 按行查看 历史
Faith 提交于 2022-02-15 15:14 . update build
# Copyright (C) 2021 Huawei Device Co., Ltd.
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
declare_args() {
# build with --gn-args "hdc_debug=true, which is used to debug"
hdc_debug = false
hdc_host_hide_debug_win = true
hdc_support_uart = true
if (is_mac) {
hdc_support_uart = false
}
hdc_test_coverage = false
hdc_jdwp_test = false
js_jdwp_connect = true
}
code_check_flag = [
"-Wformat",
"-Wall",
"-Wmissing-field-initializers",
"-Wuninitialized",
"-Wnull-pointer-arithmetic",
"-Wunused-lambda-capture",
"-Wuser-defined-warnings",
"-Wenum-compare-switch",
"-Wunneeded-internal-declaration",
"-Wundefined-var-template",
"-Wnonportable-include-path",
"-Wformat-extra-args",
"-Wformat",
"-Wsign-compare",
"-Woverloaded-virtual",
]
1
https://gitee.com/openharmony/developtools_hdc_standard.git
git@gitee.com:openharmony/developtools_hdc_standard.git
openharmony
developtools_hdc_standard
developtools_hdc_standard
master

搜索帮助

14c37bed 8189591 565d56ea 8189591