Skip to content
Snippets Groups Projects
Commit f4330fe0 authored by Björn Brandenburg's avatar Björn Brandenburg
Browse files

document the --only-classic option

parent 8037703d
No related branches found
No related tags found
No related merge requests found
......@@ -34,7 +34,7 @@ First, create an appropriate `Makefile`.
./create_makefile.sh
```
Alternatively, to avoid compiling the older "classic" Prosa, specify the `--without-classic` option.
Alternatively, to avoid compiling the older "classic" Prosa, specify the `--without-classic` option. This can speed up compilation considerably and is a good idea during development. (It's also possible to *only* compile the "classic" Prosa by specifying the `--only-classic` option, but this is rarely needed.)
```
./create_makefile.sh --without-classic
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment