# 가장 최적화된 부트 KPI를 위한 빌드 생성

기기에 맞는 최적의 부팅 시간을 설정하려면 `PERFORMANCE_BUILD` 변수를 사용하세요. `PERFORMANCE_BUILD` 변수가 **1** 로 설정된 경우 `KERNEL_CMDLINE_EXTRA` 를 수정하여 명령줄에서 **console** 옵션을 삭제합니다. `PERFORMANCE_BUILD` 변수는 `DEBUG_BUILD` 가 **0** 으로 설정된 경우에 적용됩니다.

`PERFORMANCE_BUILD` 변수가 부팅 시간에 어떻게 영향을 미치는지 파악하려면 다음 표를 참조하세요.

|  | PERFORMANCE\_BUILD=“0” | PERFORMANCE\_BUILD=“1” |
| --- | --- | --- |
| `DEBUG_BUILD=0` | UART의 콘솔이 활성화됨 | <ul class="simple"><br><li><p>UART의 콘솔이 비활성화됨</p></li><br><li><p>최적의 부팅 시간</p></li><br></ul> |
| `DEBUG_BUILD=1` | UART의 콘솔이 활성화됨 | <ul class="simple"><br><li><p><code class="docutils literal notranslate"><span class="pre">DEBUG_BUILD</span></code> 가 <code class="docutils literal notranslate"><span class="pre">&quot;1&quot;</span></code> 로 설정된 경우 <code class="docutils literal notranslate"><span class="pre">PERFORMANCE_BUILD=&quot;1&quot;</span></code></p></li><br></ul> |

Last Published: Dec 23, 2025

[Previous Topic
작업 영역에 써드파티 계층 추가](https://docs.qualcomm.com/bundle/publicresource/80-70020-27KO/topics/adding_third_party_layers_to_workspace.md) [Next Topic
디버그](https://docs.qualcomm.com/bundle/publicresource/80-70020-27KO/topics/debug.md)