summaryrefslogtreecommitdiff
path: root/msvc/libtextscreen.vcproj
diff options
context:
space:
mode:
Diffstat (limited to 'msvc/libtextscreen.vcproj')
-rw-r--r--msvc/libtextscreen.vcproj8
1 files changed, 6 insertions, 2 deletions
diff --git a/msvc/libtextscreen.vcproj b/msvc/libtextscreen.vcproj
index 1b016597..fc68d46a 100644
--- a/msvc/libtextscreen.vcproj
+++ b/msvc/libtextscreen.vcproj
@@ -103,15 +103,19 @@
<Tool
Name="VCCLCompilerTool"
Optimization="2"
+ InlineFunctionExpansion="2"
EnableIntrinsicFunctions="true"
- FavorSizeOrSpeed="0"
+ FavorSizeOrSpeed="1"
+ OmitFramePointers="true"
+ WholeProgramOptimization="false"
AdditionalIncludeDirectories=".;..\src"
PreprocessorDefinitions="WIN32;_CRT_SECURE_NO_WARNINGS;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE"
StringPooling="true"
MinimalRebuild="false"
ExceptionHandling="0"
RuntimeLibrary="2"
- EnableFunctionLevelLinking="true"
+ BufferSecurityCheck="false"
+ EnableFunctionLevelLinking="false"
WarningLevel="0"
DebugInformationFormat="0"
CompileAs="1"