---
title: -mllvm -unroll-runtime选项的使用说明
description: "毕昇编译器默认使能-unroll-runtime选项，可能会对编译时间产生一定的影响。因此，当对编译时间敏感时，建议加上选项-mllvm -unroll-runtime=false。"
url: https://www.hikunpeng.com/document/detail/zh/kunpengdevps/compilation/ug-bisheng/kunpengbisheng_06_0055.html
sourcePath: /source/zh/kunpengdevps/compilation/ug-bisheng/kunpengbisheng_06_0055.html
indexId: 89aaf5355ee913ce23eda3b21d2e1682d362872a7bbcb5da46cae04662f6b04d74
---
# -mllvm -unroll-runtime选项的使用说明

毕昇编译器默认使能-unroll-runtime选项，可能会对编译时间产生一定的影响。因此，当对编译时间敏感时，建议加上选项-mllvm -unroll-runtime=false。
