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

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