---
title: aclOpCompileFlag
description: "该参数已废弃，请勿配置，否则后续版本可能存在兼容性问题。"
url: https://www.hiascend.com/document/detail/zh/canncommercial/latest/API/ascendgraphapi/aclcppdevg_03_1377.html
sourcePath: /source/zh/canncommercial/900/API/ascendgraphapi/aclcppdevg_03_1377.html
indexId: 3dac6c702e322a6e5bf01e4e4461ce141be6faa34b1038037b28d5a921353b5872
---
# aclOpCompileFlag

该参数已废弃，请勿配置，否则后续版本可能存在兼容性问题。

```
typedef enum aclCompileFlag {
    ACL_OP_COMPILE_DEFAULT,  //精确编译，不设置编译flag时，默认是精确编译
    ACL_OP_COMPILE_FUZZ
} aclOpCompileFlag;
```
