summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 475780764..436f8e69d 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -185,6 +185,12 @@ enum_option(
"Build slang as a static library"
)
+option(
+ SLANG_ENABLE_SPLIT_DEBUG_INFO
+ "Generate split debug info for debug builds"
+ ON
+)
+
set(SLANG_GENERATORS_PATH
""
CACHE PATH