Home
last modified time | relevance | path

Searched full:batch_build (Results 1 – 8 of 8) sorted by relevance

/hal_espressif-3.5.0/make/
Dcommon.mk15 # BATCH_BUILD flag disables interactive terminal features, defaults to verbose build
16 ifdef BATCH_BUILD
Dproject_config.mk143 ifdef BATCH_BUILD
/hal_espressif-3.5.0/tools/windows/
Declipse_make.py36 make = subprocess.Popen(['make'] + sys.argv[1:] + ['BATCH_BUILD=1'], stdout=subprocess.PIPE)
/hal_espressif-3.5.0/docs/zh_CN/get-started-legacy/
Declipse-setup.rst47 * 点击 **"C/C++ Build"** 下的 **"Environment"** 属性页,选择 **"Add..."**,并在对应位置输入 ``BATCH_BUILD`` 和 ``1``。
/hal_espressif-3.5.0/
D.gitlab-ci.yml53 BATCH_BUILD: "1"
/hal_espressif-3.5.0/docs/zh_CN/api-guides/
Dbuild-system-legacy.rst283 如果在运行 ``make`` 的时候不希望出现交互式提示(例如:在 IDE 或自动构建系统中),可以将 ``BATCH_BUILD=1`` 添加到 make 的参数中(或者将其设置为环境变量)。
285 设置 ``BATCH_BUILD`` 意味着:
/hal_espressif-3.5.0/docs/en/get-started-legacy/
Declipse-setup.rst47 …" properties page under "C/C++ Build". Click "Add..." and enter name ``BATCH_BUILD`` and value ``1…
/hal_espressif-3.5.0/docs/en/api-guides/
Dbuild-system-legacy.rst283 …pts (for example: inside an IDE or an automated build system) append ``BATCH_BUILD=1`` to the make…
285 Setting ``BATCH_BUILD`` implies the following: