10 #ifndef LLVM_CLANG_BASIC_DEBUGINFOOPTIONS_H
11 #define LLVM_CLANG_BASIC_DEBUGINFOOPTIONS_H
14 namespace codegenoptions {
Emit only debug info necessary for generating line number tables (-gline-tables-only).
Limit generated debug info to reduce size (-fno-standalone-debug).
Emit location information but do not generate debug info in the output.
Don't generate debug info.