Archived
1
Fork 0

Fix typo, using Clang will not dramatically increase build times

This commit is contained in:
Joshua Goins 2022-08-15 10:07:19 -04:00
parent e68d6bceeb
commit 2f0d1aace9

View file

@ -60,7 +60,7 @@ There is an example app provided in `example/`. If you want to build the tooling
### Combating slow compile times/linking times ### Combating slow compile times/linking times
Unfortunately Prism is built upon tons of statically linked libraries, and GCC's linker is notoriously slow for this task. If possible, Unfortunately Prism is built upon tons of statically linked libraries, and GCC's linker is notoriously slow for this task. If possible,
use Clang and your build times will dramatically increase. use Clang and your build times should improve dramatically.
## Usage ## Usage
The ideal way to use it is by letting prism take over your main() and implementing an app_main() instead, The ideal way to use it is by letting prism take over your main() and implementing an app_main() instead,