diff options
author | withmorten <morten.with@gmail.com> | 2021-07-10 01:17:03 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-10 01:17:03 +0200 |
commit | 71f28c8cf574dd9979c28e8caebc9b64727c0b23 (patch) | |
tree | fe5d7dc829f9926f771a735dc4dbb536e698964a | |
parent | 4eb9a149e40a1c580f410bdc8900874d4d765672 (diff) |
readme: fix lto option
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 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). </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. |