File tree Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Original file line number Diff line number Diff line change 135
135
<WarningLevel >Level3</WarningLevel >
136
136
<SuppressStartupBanner >true</SuppressStartupBanner >
137
137
<MultiProcessorCompilation >true</MultiProcessorCompilation >
138
+ <OmitFramePointers >true</OmitFramePointers >
139
+ <EnableParallelCodeGeneration >true</EnableParallelCodeGeneration >
140
+ <FloatingPointModel >Fast</FloatingPointModel >
141
+ <CompileAsManaged >false</CompileAsManaged >
142
+ <AdditionalOptions >/GA</AdditionalOptions >
138
143
</ClCompile >
139
144
<ResourceCompile >
140
145
<PreprocessorDefinitions >NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions >
147
152
<ProgramDatabaseFile >.\WinRel/MUSHclient.pdb</ProgramDatabaseFile >
148
153
<SubSystem >Windows</SubSystem >
149
154
<TargetMachine >MachineX86</TargetMachine >
155
+ <OptimizeReferences >true</OptimizeReferences >
156
+ <EnableCOMDATFolding >true</EnableCOMDATFolding >
157
+ <LinkTimeCodeGeneration >UseLinkTimeCodeGeneration</LinkTimeCodeGeneration >
158
+ <GenerateDebugInformation >false</GenerateDebugInformation >
150
159
</Link >
151
160
<Bscmake >
152
161
<SuppressStartupBanner >true</SuppressStartupBanner >
1446
1455
<Import Project =" $(VCTargetsPath)\Microsoft.Cpp.targets" />
1447
1456
<ImportGroup Label =" ExtensionTargets" >
1448
1457
</ImportGroup >
1449
- </Project >
1458
+ </Project >
You can’t perform that action at this time.
0 commit comments