We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25f9202 commit c416106Copy full SHA for c416106
Notepad2e.vcxproj
@@ -115,7 +115,8 @@
115
</ItemDefinitionGroup>
116
<ItemDefinitionGroup Condition="'$(Configuration)'=='Release'">
117
<ClCompile>
118
- <Optimization>MaxSpeed</Optimization>
+ <Optimization>MinSpace</Optimization>
119
+ <FavorSizeOrSpeed>Size</FavorSizeOrSpeed>
120
<PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
121
<OmitFramePointers>true</OmitFramePointers>
122
<StringPooling>true</StringPooling>
0 commit comments