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

- 支持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等选项。
