Cleanup 69d5b9d3: actually clean up all remnants of "no-thread" builds (#12398)

This commit is contained in:
Patric Stout
2024-03-29 23:26:32 +01:00
committed by GitHub
parent c0308acb03
commit e866ca8adc
2 changed files with 0 additions and 15 deletions

View File

@@ -110,9 +110,6 @@ builds.
- `-DOPTION_USE_ASSERTS=OFF`: disable asserts. Use with care, as assert
statements capture early signs of trouble. Release builds have them
disabled by default.
- `-DOPTION_USE_THREADS=OFF`: disable the use of threads. This will block
the interface in many places, and in general gives a worse experience of
the game. Use with care.
- `-DOPTION_TOOLS_ONLY=ON`: only build tools like `strgen`. Does not build
the game itself. Useful for cross-compiling.