diff options
| -rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index ca3d4b806..b8b1645ef 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -111,7 +111,7 @@ option( 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_IR_BREAK_ALLOC "Enable _debugUID on IR allocation") option(SLANG_ENABLE_ASAN "Enable ASAN (address sanitizer)") option(SLANG_ENABLE_PREBUILT_BINARIES "Enable using prebuilt binaries" ON) |
