diff options
author | Jeff Cohen <jeffc@jolt-lang.org> | 2005-12-17 00:14:47 +0000 |
---|---|---|
committer | Jeff Cohen <jeffc@jolt-lang.org> | 2005-12-17 00:14:47 +0000 |
commit | 6f0e680ca6f578410e713bc790ad8d3d83a1ac12 (patch) | |
tree | b997c76747570a428f0dc33c1daa44737c0e8782 /win32/Linker | |
parent | f5395cee6a24699a016b2e379cf4804b09ce5030 (diff) |
Turn on string pooling for smaller binaries.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@24749 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'win32/Linker')
-rw-r--r-- | win32/Linker/Linker.vcproj | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/win32/Linker/Linker.vcproj b/win32/Linker/Linker.vcproj index 32769d7123..3725acdf83 100644 --- a/win32/Linker/Linker.vcproj +++ b/win32/Linker/Linker.vcproj @@ -21,6 +21,7 @@ Optimization="0" AdditionalIncludeDirectories="..\..\include;.." PreprocessorDefinitions="WIN32;_DEBUG;_LIB;__STDC_LIMIT_MACROS" + StringPooling="TRUE" MinimalRebuild="TRUE" BasicRuntimeChecks="3" RuntimeLibrary="3" @@ -66,6 +67,7 @@ Name="VCCLCompilerTool" AdditionalIncludeDirectories="..\..\include;.." PreprocessorDefinitions="WIN32;NDEBUG;_LIB;__STDC_LIMIT_MACROS" + StringPooling="TRUE" RuntimeLibrary="2" ForceConformanceInForLoopScope="TRUE" RuntimeTypeInfo="TRUE" |