---
title: 默认选项
description: "- 支持LLVM的所有优化等级（O0/O1/O2/O3/Ofast）。"
url: https://www.hikunpeng.com/document/detail/zh/kunpengdevkithistory/bisheng/hist-bisheng/kunpengbisheng_06_0009.html
sourcePath: /source/zh/kunpengdevkithistory/bisheng/hist-bisheng/kunpengbisheng_06_0009.html
indexId: 3a8379d5fe4d4ccf658b3327be29f24be06eaa49e72efe527923ba60a6acf17d80
---
# 默认选项

- 支持LLVM的所有优化等级（O0/O1/O2/O3/Ofast）。
- 支持  Clang的默认编译选项(http://clang.llvm.org/docs/CommandGuide/clang.html)
和  Flang的默认编译选项(https://github.com/flang-compiler/flang)
。
- 支持fsanitize=address/leak/memory等选项。
