Skip to content

Commit 2cbd823

Browse files
author
Marco Felsch
committed
README: drop -Dprefer_static=true builds
Platsch always uses the static libraries (see meson.build). Drop the deprecated static compilation comment here to not confuse the users. Signed-off-by: Marco Felsch <[email protected]>
1 parent 157afbc commit 2cbd823

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

README.rst

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -139,10 +139,3 @@ Compiling Instructions
139139
140140
meson setup build
141141
meson compile -C build
142-
143-
To ensure fast startup, ``platsch`` prefers using static libraries:
144-
145-
.. code-block:: shell
146-
147-
meson setup -Dprefer_static=true build
148-
meson compile -C build

0 commit comments

Comments
 (0)