Skip to content

Commit cce4386

Browse files
committed
revert docs install now Release is default cmake build
1 parent 25096f8 commit cce4386

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/install.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,14 +59,14 @@ The basic quick download, building, and test is then:
5959
cd finufft
6060
mkdir build
6161
cd build
62-
cmake .. -D FINUFFT_BUILD_TESTS=ON -D CMAKE_BUILD_TYPE=Release --install-prefix /path/to/install
62+
cmake .. -D FINUFFT_BUILD_TESTS=ON --install-prefix /path/to/install
6363
cmake --build . -j
6464
ctest
6565
cmake --install .
6666
67+
.. note::
6768

68-
Note: `Release` here is essential to get the best performing version. Also, if you don't supply `--install-prefix`, it will default to ``/usr/local`` on most systems. If you don't
69-
have root access, you must supply a prefix you can write to such as ``$HOME/local``. Now...
69+
If you don't supply `--install-prefix`, it will default to ``/usr/local`` on most systems. If you don't have root access, you must supply a prefix you can write to such as ``$HOME/local``.
7070

7171
In ``build``, this creates ``libfinufft_static.a`` and ``libfinufft.so``, and runs a test that should take a
7272
few seconds and report ``100% tests passed, 0 tests failed out of 17``. To use the library, link against

0 commit comments

Comments
 (0)