Add note for compiling with multiple jobs (#948)

* Fix overread in projectile behavior

* Fix stuns

* Correctly read in bitStream

* Fix projectile behavior

* Address movement type issues

* Update shutdown time to be accurate

* Fix small issues

* Fix missing template

* Add note for compile jobs
This commit is contained in:
David Markowitz
2023-01-17 11:26:50 -08:00
committed by GitHub
parent 7418e02365
commit 14085d09bd
2 changed files with 5 additions and 1 deletions

View File

@@ -9,5 +9,5 @@ cd build
cmake ..
# To build utilizing multiple cores, append `-j` and the amount of cores to utilize, for example `cmake --build . --config Release -j8'
cmake --build . --config Release
cmake --build . --config Release $1