summaryrefslogtreecommitdiff
path: root/win32/jpeg
diff options
context:
space:
mode:
authorTor Andersson <tor@ghostscript.com>2010-07-02 16:48:17 +0200
committerTor Andersson <tor@ghostscript.com>2010-07-02 16:48:17 +0200
commitc98ef7c874ebcd28bf6edcfca4d13ec59d761434 (patch)
tree9d185c5edc57774b02f871b0eed66243042d33a2 /win32/jpeg
parentd7e5105b02438e873c8f052a9d48d40de3254c17 (diff)
downloadmupdf-c98ef7c874ebcd28bf6edcfca4d13ec59d761434.tar.xz
Tweak optimization flags in MSVC projects.
Diffstat (limited to 'win32/jpeg')
-rw-r--r--win32/jpeg/jpeg.vcproj5
1 files changed, 5 insertions, 0 deletions
diff --git a/win32/jpeg/jpeg.vcproj b/win32/jpeg/jpeg.vcproj
index c070fec5..633e81ee 100644
--- a/win32/jpeg/jpeg.vcproj
+++ b/win32/jpeg/jpeg.vcproj
@@ -105,6 +105,11 @@
/>
<Tool
Name="VCCLCompilerTool"
+ Optimization="2"
+ InlineFunctionExpansion="2"
+ EnableIntrinsicFunctions="true"
+ FavorSizeOrSpeed="1"
+ OmitFramePointers="true"
PreprocessorDefinitions="WIN32;NDEBUG;_LIB;_CRT_SECURE_NO_WARNINGS"
RuntimeLibrary="2"
UsePrecompiledHeader="0"