Stop mentioning --disable-unicode in build instructions

This option doesn't exist any more.
This commit is contained in:
Vadim Zeitlin 2022-10-27 02:50:26 +01:00
parent 32adaf0402
commit 7927c9abc0
2 changed files with 1 additions and 9 deletions

View file

@ -194,9 +194,6 @@ Some other general compilation options:
Do not optimise the code. Can be useful for debugging but shouldn't be used
for production builds.
* `--disable-unicode` \n
Disable Unicode support. Not recommended.
* `--enable-no_rtti` \n
Enable compilation without creation of C++ RTTI information in object files.
This will speed-up compilation and reduce binary size.