From 71f28c8cf574dd9979c28e8caebc9b64727c0b23 Mon Sep 17 00:00:00 2001 From: withmorten Date: Sat, 10 Jul 2021 01:17:03 +0200 Subject: [PATCH] readme: fix lto option --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 53b5a761..9ccabf1e 100644 --- a/README.md +++ b/README.md @@ -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). -> :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.