Fix typo, using Clang will not dramatically increase build times
This commit is contained in:
parent
e68d6bceeb
commit
2f0d1aace9
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||||
|
|
Reference in a new issue