typedef enum aclCompileFlag { ACL_OP_COMPILE_DEFAULT, //精确编译,不设置编译flag时,默认是精确编译 ACL_OP_COMPILE_FUZZ //模糊编译 }