gitextract_fb7pq984/ ├── LICENSE ├── README.md ├── build.sh ├── src/ │ ├── address-sanitizer.md │ ├── cast-lose-precision.md │ ├── define-macro.md │ ├── diagnostics-color.md │ ├── index.md │ ├── inhibit-linemarkers.md │ ├── must-emit-function-code.md │ ├── must-forceinline-function-code.md │ ├── pack-struct.md │ ├── pass-options-to-assembler.md │ ├── pass-options-to-linker.md │ ├── print-commands-only.md │ ├── print-file-name.md │ ├── print-header-search-dir.md │ ├── print-level-options.md │ ├── print-predefined-macros.md │ ├── save-temps.md │ ├── set-dynamic-linker.md │ ├── specify-language.md │ ├── syntax-only.md │ ├── thread-sanitizer.md │ ├── turn-on-warnings.md │ ├── undefine-macro.md │ ├── verbose-asm.md │ └── warnings-treated-as-errors.md └── utils/ └── build.go