mirror of
https://github.com/GTAmodding/re3.git
synced 2024-11-15 04:59:00 +00:00
readme: fix lto option
This commit is contained in:
parent
4eb9a149e4
commit
71f28c8cf5
1 changed files with 1 additions and 1 deletions
|
@ -138,7 +138,7 @@ Microsoft recently discontinued its downloads of the DX9 SDK. You can download a
|
||||||
**If you choose OpenAL on Windows** You must read [Running OpenAL build on Windows](https://github.com/GTAmodding/re3/wiki/Running-OpenAL-build-on-Windows).
|
**If you choose OpenAL on Windows** You must read [Running OpenAL build on Windows](https://github.com/GTAmodding/re3/wiki/Running-OpenAL-build-on-Windows).
|
||||||
</details>
|
</details>
|
||||||
|
|
||||||
> :information_source: premake has an `--lto` option if you want the project to be compiled with Link Time Optimization.
|
> :information_source: premake has an `--with-lto` option if you want the project to be compiled with Link Time Optimization.
|
||||||
|
|
||||||
> :information_source: There are various settings in [config.h](https://github.com/GTAmodding/re3/tree/master/src/core/config.h), you may want to take a look there.
|
> :information_source: There are various settings in [config.h](https://github.com/GTAmodding/re3/tree/master/src/core/config.h), you may want to take a look there.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue