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 125c798 commit 6c10972Copy full SHA for 6c10972
Notepad2e.vcxproj
@@ -96,7 +96,8 @@
96
</ItemDefinitionGroup>
97
<ItemDefinitionGroup Condition="'$(Configuration)'=='Release'">
98
<ClCompile>
99
- <Optimization>MaxSpeed</Optimization>
+ <Optimization>MinSpace</Optimization>
100
+ <FavorSizeOrSpeed>Size</FavorSizeOrSpeed>
101
<PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
102
<OmitFramePointers>true</OmitFramePointers>
103
<StringPooling>true</StringPooling>
0 commit comments