From c2c4b7f542188f0f23fc6d3fa5ff0649b8196ca5 Mon Sep 17 00:00:00 2001 From: Robert Richmond Date: Sun, 17 Sep 2017 22:48:48 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f927cac..8ae0f4d 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ The Chromium web browser for Windows built with the open source Clang compiler and LLD linker. -The 64-bit builds starting at r499551 now feature whole-program analysis, cross-module optimization, and "full_wpo_on_official" building via ThinLTO link time optimization. +The 64-bit builds starting at r499551 now feature whole-program analysis, cross-module optimization, and "full_wpo_on_official" building using ThinLTO link time optimization via build configuration modifications. https://clang.llvm.org/docs/ThinLTO.html