Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit dee15ed

Browse files
committed
smaller code size generation
1 parent 9ba01c9 commit dee15ed

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

extra/udfhack/windows/lib_mysqludf_sys/lib_mysqludf_sys/lib_mysqludf_sys.vcproj

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -110,14 +110,15 @@
110110
/>
111111
<Tool
112112
Name="VCCLCompilerTool"
113-
Optimization="2"
113+
Optimization="1"
114114
EnableIntrinsicFunctions="true"
115+
FavorSizeOrSpeed="2"
115116
AdditionalIncludeDirectories="$(PLATFORM_SDK_DIR)\include;$(MYSQL_SERVER_DIR)\include"
116117
PreprocessorDefinitions="HAVE_DLOPEN"
117118
RuntimeLibrary="2"
118119
EnableFunctionLevelLinking="true"
119120
WarningLevel="3"
120-
DebugInformationFormat="3"
121+
DebugInformationFormat="0"
121122
/>
122123
<Tool
123124
Name="VCManagedResourceCompilerTool"
@@ -131,9 +132,10 @@
131132
<Tool
132133
Name="VCLinkerTool"
133134
AdditionalLibraryDirectories="$(PLATFORM_SDK_DIR)\Lib"
134-
GenerateDebugInformation="true"
135+
GenerateDebugInformation="false"
135136
OptimizeReferences="2"
136137
EnableCOMDATFolding="2"
138+
OptimizeForWindows98="1"
137139
TargetMachine="1"
138140
/>
139141
<Tool

0 commit comments

Comments
 (0)