Skip to content

Commit

Permalink
Remove old cmake options from docs
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbaden authored and andrewseidl committed May 27, 2020
1 parent e97a85e commit 2385fd2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions docs/source/quickstart/build.rst
Expand Up @@ -26,8 +26,6 @@ The following ``cmake``/``ccmake`` options can enable/disable different features
* ``-DCMAKE_BUILD_TYPE=release`` - Build type and compiler options to use.
* Options are ``Debug``, ``Release``, ``RelWithDebInfo``, ``MinSizeRel``, and unset.
* ``-DENABLE_AWS_S3=on`` - Enable AWS S3 support, if available. Default is ``on``.
* ``-DENABLE_CALCITE_DELETE_PATH=on`` - Enable Calcite Delete Path. Default is ``on``.
* ``-DENABLE_CALCITE_UPDATE_PATH=on`` - Enable Calcite Update Path. Default is ``on``.
* ``-DENABLE_CUDA=off`` - Disable CUDA. Default is ``on``.
* ``-DENABLE_CUDA_KERNEL_DEBUG=off`` - Enable debugging symbols for CUDA kernels. Will dramatically reduce kernel performance. Default is ``off``.
* ``-DENABLE_DECODERS_BOUNDS_CHECKING=off`` - Enable bounds checking for column decoding. Default is ``off``.
Expand Down

0 comments on commit 2385fd2

Please sign in to comment.