Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/KhronosGroup/SPIRV-Tools.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrey Tuganov <andreyt@google.com>2017-09-25 19:45:48 +0300
committerDavid Neto <dneto@google.com>2017-09-25 21:37:08 +0300
commitc25b5bea352d269ce93ecb5d3c636ca67e8cf341 (patch)
treec5ec154cb576d393c5de7badd372240f98729652 /README.md
parentcf6c20ee066d1c9305bb82591440e97655431ef9 (diff)
Add SPIRV_SPIRV_COMPRESSION option to cmake
The option is off by default. cmake -DSPIRV_BUILD_COMPRESSION=ON .. enables the compression lib, executable, and test build. Fixes https://github.com/KhronosGroup/SPIRV-Tools/issues/834
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index 902cdacec..85b60c961 100644
--- a/README.md
+++ b/README.md
@@ -197,6 +197,8 @@ The following CMake options are supported:
the command line tools. This will prevent the tests from being built.
* `SPIRV_SKIP_EXECUTABLES={ON|OFF}`, default `OFF`- Build only the library, not
the command line tools and tests.
+* `SPIRV_BUILD_COMPRESSION={ON|OFF}`, default `OFF`- Build SPIR-V compressing
+ codec.
* `SPIRV_USE_SANITIZER=<sanitizer>`, default is no sanitizing - On UNIX
platforms with an appropriate version of `clang` this option enables the use
of the sanitizers documented [here][clang-sanitizers].