summaryrefslogtreecommitdiff
path: root/win32/llvm-as/llvm-as.vcproj
diff options
context:
space:
mode:
Diffstat (limited to 'win32/llvm-as/llvm-as.vcproj')
-rw-r--r--win32/llvm-as/llvm-as.vcproj2
1 files changed, 2 insertions, 0 deletions
diff --git a/win32/llvm-as/llvm-as.vcproj b/win32/llvm-as/llvm-as.vcproj
index 758f0bffd0..d0ea5fb87f 100644
--- a/win32/llvm-as/llvm-as.vcproj
+++ b/win32/llvm-as/llvm-as.vcproj
@@ -21,6 +21,7 @@
Optimization="0"
AdditionalIncludeDirectories="..\..\include;.."
PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;__STDC_LIMIT_MACROS"
+ StringPooling="TRUE"
MinimalRebuild="TRUE"
BasicRuntimeChecks="3"
RuntimeLibrary="3"
@@ -73,6 +74,7 @@
Name="VCCLCompilerTool"
AdditionalIncludeDirectories="..\..\include;.."
PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;__STDC_LIMIT_MACROS"
+ StringPooling="TRUE"
RuntimeLibrary="2"
ForceConformanceInForLoopScope="TRUE"
RuntimeTypeInfo="TRUE"