summaryrefslogtreecommitdiffstats
path: root/mkspecs/features/ltcg.prf
diff options
context:
space:
mode:
authorYuhang Zhao <2546789017@qq.com>2019-03-18 17:17:22 +0800
committerYuhang Zhao <2546789017@qq.com>2019-03-20 17:21:08 +0000
commit36827faa18e245dfc6dad155201d8670fd171328 (patch)
tree5b0ae8ee5dfe42b43287d1caf9021568c9e4320e /mkspecs/features/ltcg.prf
parent322b052dd7d12193d028188bb133b4026ff97be4 (diff)
Clang: Add Thin LTO in addition to Full LTO
Change-Id: I6502f3ff31c16faebd9b931b99b77a273971f611 Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
Diffstat (limited to 'mkspecs/features/ltcg.prf')
-rw-r--r--mkspecs/features/ltcg.prf2
1 files changed, 1 insertions, 1 deletions
diff --git a/mkspecs/features/ltcg.prf b/mkspecs/features/ltcg.prf
index ccf0226272..d113caf35c 100644
--- a/mkspecs/features/ltcg.prf
+++ b/mkspecs/features/ltcg.prf
@@ -2,7 +2,7 @@ CONFIG(release, debug|release) {
# We need fat object files when creating static libraries on some platforms
# so the linker will know to load a particular object from the library
# in the first place. On others, we have special ar and nm to create the symbol
- # tables so the linker will know better. For other compilers, we disable LTCG
+ # tables so the linker will know better. For other compilers, we disable LTCG
# for static libraries.
msvc {
# Nothing to do