diff options
| author | Ellie Hermaszewska <ellieh@nvidia.com> | 2024-12-13 00:34:38 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-12-13 00:34:38 +0800 |
| commit | 79dc7ef6992c761ad3bbb4d8a19f4d515d7b3d78 (patch) | |
| tree | 15db2cae036df26346708e76ac31df0fb8593daa /docs/building.md | |
| parent | 48ac6f25ff53290850a0edff0285dc3e1a350ad3 (diff) | |
Add SLANG_ENABLE_DXIL (#5853)
Diffstat (limited to 'docs/building.md')
| -rw-r--r-- | docs/building.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/building.md b/docs/building.md index f3b7e9d29..6af47979f 100644 --- a/docs/building.md +++ b/docs/building.md @@ -152,6 +152,7 @@ See the [documentation on testing](../tools/slang-test/README.md) for more infor | `SLANG_VERSION` | Latest `v*` tag | The project version, detected using git if available | | `SLANG_EMBED_CORE_MODULE` | `TRUE` | Build slang with an embedded version of the core module | | `SLANG_EMBED_CORE_MODULE_SOURCE` | `TRUE` | Embed the core module source in the binary | +| `SLANG_ENABLE_DXIL` | `TRUE` | Enable generating DXIL using DXC | | `SLANG_ENABLE_ASAN` | `FALSE` | Enable ASAN (address sanitizer) | | `SLANG_ENABLE_FULL_IR_VALIDATION` | `FALSE` | Enable full IR validation (SLOW!) | | `SLANG_ENABLE_IR_BREAK_ALLOC` | `FALSE` | Enable IR BreakAlloc functionality for debugging. | |
