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 /CMakeLists.txt | |
| parent | 48ac6f25ff53290850a0edff0285dc3e1a350ad3 (diff) | |
Add SLANG_ENABLE_DXIL (#5853)
Diffstat (limited to 'CMakeLists.txt')
| -rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index b6f68b427..d9e44b058 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -105,6 +105,8 @@ option( ON ) +option(SLANG_ENABLE_DXIL "Enable generating DXIL with DXC" ON) + option(SLANG_ENABLE_FULL_IR_VALIDATION "Enable full IR validation (SLOW!)") option(SLANG_ENABLE_IR_BREAK_ALLOC, "Enable _debugUID on IR allocation") option(SLANG_ENABLE_ASAN "Enable ASAN (address sanitizer)") |
