1
0
Fork 0
mirror of https://github.com/eosswedenorg/antelope-keygen synced 2026-06-17 03:50:03 +02:00

README.md: adding --disabled-threads documentation again.

This commit is contained in:
Henrik Hautakoski 2020-04-20 16:57:10 +02:00
parent 4741eb684f
commit c1b2bfce0d

View file

@ -103,7 +103,8 @@ C:\repo\build> cmake --build . --config Release
These compile options are available:
| Cmake | build.sh | Description |
|--------------------------- | ----------------- | ------------------------------------------|
|--------------------------- | ----------------- | ----------------------------------------- |
| -DUSE_THREADS=`OFF` | --disable-threads | Disable thread support |
| -DCMAKE_BUILD_TYPE=`value` | -t `value` | Type of build |
| -DFORCE_ANSI=`ON` | --force-ansi | Force ANSI console colors even on windows |