aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2023-02-22 11:53:04 +0100
committerThomas White <taw@physics.org>2023-05-02 10:51:36 +0200
commit1995ba5ada88e3c1949eaf245c5e8e60dff5a3cc (patch)
treec10f317c260df73f43da650f2faf76629f561d52 /doc
parent15e72336f9763bfa2dce4d9aa0f8dcb518b51ac1 (diff)
Remove CMake build files
It's already far behind parity with Meson, and getting worse.
Diffstat (limited to 'doc')
-rw-r--r--doc/articles/speed.rst2
1 files changed, 0 insertions, 2 deletions
diff --git a/doc/articles/speed.rst b/doc/articles/speed.rst
index 81c92502..3db8f5a3 100644
--- a/doc/articles/speed.rst
+++ b/doc/articles/speed.rst
@@ -17,8 +17,6 @@ add the option ``-DCMAKE_BUILD_TYPE=Release`` (or ``RelWithDebInfo``) to your
CMake invokation to tell it to enable optimisations. In CrystFEL, it's
particularly important to do this for the HDF5 compression plugins (this makes
a factor of 3 difference in decompression speed!), XGandalf and PinkIndexer.
-If you compile CrystFEL itself using CMake (not recommended - use Meson
-instead), then you should add the option here as well.
Tune or avoid compression