aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Elliott <ianelliott@google.com>2015-11-23 16:18:59 -0700
committerJon Ashburn <jon@lunarg.com>2015-12-01 10:18:24 -0700
commita031f528c248df84d4b8b58f05ff7543ccb0be08 (patch)
tree8b64be9287fba313cefc7a4d5ea6c81ad1a6369b
parentcfa48f22275d69ff435c3e44484666e7bc21a829 (diff)
downloadusermoji-a031f528c248df84d4b8b58f05ff7543ccb0be08.tar.xz
TEMPORARY: TURN OFF COMPILATION OF TRACE/REPLAY ... DON'T KEEP THIS!
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 112fd571..39698e68 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -38,7 +38,7 @@ endif()
option(BUILD_TESTS "Build tests" ON)
option(BUILD_LAYERS "Build layers" ON)
option(BUILD_DEMOS "Build demos" ON)
-option(BUILD_VKTRACE "Build VkTrace" ON)
+option(BUILD_VKTRACE "Build VkTrace" OFF)
if (BUILD_ICD OR BUILD_TESTS)
# Hard code our glslang path for now