1
0
Fork 0
mirror of https://github.com/deltachat/deltachat-core.git synced 2025-10-03 17:59:19 +02:00

where to find the CLI - How to speed up the start

This commit is contained in:
Ampli-fier 2018-01-20 23:58:28 +01:00 committed by GitHub
parent 9f8ec72f13
commit 9e8a2c64be
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,2 +1,8 @@
This directory contains a little CLI test program; these files are not needed
when using Delta Chat core as a library.
This directory contains the sources for a little CLI test program.
These files are not needed when using Delta Chat Core as a library.
The CLI program is compiled to `\<builddir\>/cmdline/delta`.
Upon start, a test routine is executed (`stress_functions` from `stress.c`).
To speed up the start `stress_functions(mailbox);` can be commented out in `main.c` before compilation.