Skip to content
This repository was archived by the owner on Feb 8, 2025. It is now read-only.

Commit d06c276

Browse files
committed
Maximizing speed instead on windows.
1 parent 5f24f0c commit d06c276

File tree

3 files changed

+10
-12
lines changed

3 files changed

+10
-12
lines changed

builds/vs12/HelmPlugin.sln

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,16 @@
1-
Microsoft Visual Studio Solution File, Format Version 12.00
1+
Microsoft Visual Studio Solution File, Format Version 11.00
22
# Visual Studio 2012
3-
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "HelmPlugin", "HelmPlugin.vcxproj", "{00C3A069-8037-F29E-C14A-8326BBF5BED2}"
3+
Project("{4ED6D6A6-D317-DEB0-159D-8315AC3702CA}") = "HelmPlugin", "HelmPlugin.vcxproj", "{00C3A069-8037-F29E-C14A-8326BBF5BED2}"
44
EndProject
55
Global
66
GlobalSection(SolutionConfigurationPlatforms) = preSolution
77
Debug|Win32 = Debug|Win32
8-
Debug|x64 = Debug|x64
98
Release|Win32 = Release|Win32
109
Release|x64 = Release|x64
1110
EndGlobalSection
1211
GlobalSection(ProjectConfigurationPlatforms) = postSolution
1312
{00C3A069-8037-F29E-C14A-8326BBF5BED2}.Debug|Win32.ActiveCfg = Debug|Win32
1413
{00C3A069-8037-F29E-C14A-8326BBF5BED2}.Debug|Win32.Build.0 = Debug|Win32
15-
{00C3A069-8037-F29E-C14A-8326BBF5BED2}.Debug|x64.ActiveCfg = Debug|Win32
1614
{00C3A069-8037-F29E-C14A-8326BBF5BED2}.Release|Win32.ActiveCfg = Release|Win32
1715
{00C3A069-8037-F29E-C14A-8326BBF5BED2}.Release|Win32.Build.0 = Release|Win32
1816
{00C3A069-8037-F29E-C14A-8326BBF5BED2}.Release|x64.ActiveCfg = Release|x64

builds/vs12/HelmPlugin.vcxproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@
112112
<HeaderFileName/>
113113
</Midl>
114114
<ClCompile>
115-
<Optimization>MinSpace</Optimization>
115+
<Optimization>Full</Optimization>
116116
<AdditionalIncludeDirectories>..\..\JuceLibraryCode;..\..\JUCE\modules;c:\srcs\vstsdk2.4;c:\srcs\VST3 SDK;c:\srcs\AAX;c:\srcs\AAX\Interfaces;c:\srcs\AAX\Interfaces\ACF;../../mopo/src;../../src;../../src/common;../../src/editor_components;../../src/editor_sections;../../src/look_and_feel;../../src/standalone;../../src/synthesis;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
117117
<PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;JucePlugin_AAXLibs_path=&quot;c:\\srcs\\AAX\\Libs&quot;;WIN32;_WINDOWS;NDEBUG;JUCER_VS2012_B927B5A8=1;JUCE_APP_VERSION=0.6.0;JUCE_APP_VERSION_HEX=0x600;%(PreprocessorDefinitions)</PreprocessorDefinitions>
118118
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
@@ -121,7 +121,7 @@
121121
<AssemblerListingLocation>$(IntDir)\</AssemblerListingLocation>
122122
<ObjectFileName>$(IntDir)\</ObjectFileName>
123123
<ProgramDataBaseFileName>$(IntDir)\</ProgramDataBaseFileName>
124-
<WarningLevel>Level4</WarningLevel>
124+
<WarningLevel>Level2</WarningLevel>
125125
<SuppressStartupBanner>true</SuppressStartupBanner>
126126
<MultiProcessorCompilation>true</MultiProcessorCompilation>
127127
</ClCompile>
@@ -158,7 +158,7 @@
158158
<HeaderFileName/>
159159
</Midl>
160160
<ClCompile>
161-
<Optimization>MinSpace</Optimization>
161+
<Optimization>Full</Optimization>
162162
<AdditionalIncludeDirectories>..\..\JuceLibraryCode;..\..\JUCE\modules;c:\srcs\vstsdk2.4;c:\srcs\VST3 SDK;c:\srcs\AAX;c:\srcs\AAX\Interfaces;c:\srcs\AAX\Interfaces\ACF;../../mopo/src;../../src;../../src/common;../../src/editor_components;../../src/editor_sections;../../src/look_and_feel;../../src/standalone;../../src/synthesis;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
163163
<PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;JucePlugin_AAXLibs_path=&quot;c:\\srcs\\AAX\\Libs&quot;;WIN32;_WINDOWS;NDEBUG;JUCER_VS2012_B927B5A8=1;JUCE_APP_VERSION=0.6.0;JUCE_APP_VERSION_HEX=0x600;%(PreprocessorDefinitions)</PreprocessorDefinitions>
164164
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
@@ -167,7 +167,7 @@
167167
<AssemblerListingLocation>$(IntDir)\</AssemblerListingLocation>
168168
<ObjectFileName>$(IntDir)\</ObjectFileName>
169169
<ProgramDataBaseFileName>$(IntDir)\</ProgramDataBaseFileName>
170-
<WarningLevel>Level4</WarningLevel>
170+
<WarningLevel>Level2</WarningLevel>
171171
<SuppressStartupBanner>true</SuppressStartupBanner>
172172
<MultiProcessorCompilation>true</MultiProcessorCompilation>
173173
</ClCompile>

helm.jucer

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -437,10 +437,10 @@
437437
<CONFIGURATIONS>
438438
<CONFIGURATION name="Debug" winWarningLevel="2" generateManifest="1" winArchitecture="32-bit"
439439
isDebug="1" optimisation="1" targetName="helm" headerPath="../../mopo/src&#10;../../src&#10;../../src/common&#10;../../src/editor_components&#10;../../src/editor_sections&#10;../../src/look_and_feel&#10;../../src/standalone&#10;../../src/synthesis"/>
440-
<CONFIGURATION name="Release" winWarningLevel="4" generateManifest="1" winArchitecture="32-bit"
441-
isDebug="0" optimisation="2" targetName="helm" headerPath="../../mopo/src&#10;../../src&#10;../../src/common&#10;../../src/editor_components&#10;../../src/editor_sections&#10;../../src/look_and_feel&#10;../../src/standalone&#10;../../src/synthesis"/>
442-
<CONFIGURATION name="Release" winWarningLevel="4" generateManifest="1" winArchitecture="x64"
443-
isDebug="0" optimisation="2" targetName="helm" headerPath="../../mopo/src&#10;../../src&#10;../../src/common&#10;../../src/editor_components&#10;../../src/editor_sections&#10;../../src/look_and_feel&#10;../../src/standalone&#10;../../src/synthesis"/>
440+
<CONFIGURATION name="Release" winWarningLevel="2" generateManifest="1" winArchitecture="32-bit"
441+
isDebug="0" optimisation="3" targetName="helm" headerPath="../../mopo/src&#10;../../src&#10;../../src/common&#10;../../src/editor_components&#10;../../src/editor_sections&#10;../../src/look_and_feel&#10;../../src/standalone&#10;../../src/synthesis"/>
442+
<CONFIGURATION name="Release" winWarningLevel="2" generateManifest="1" winArchitecture="x64"
443+
isDebug="0" optimisation="3" targetName="helm" headerPath="../../mopo/src&#10;../../src&#10;../../src/common&#10;../../src/editor_components&#10;../../src/editor_sections&#10;../../src/look_and_feel&#10;../../src/standalone&#10;../../src/synthesis"/>
444444
</CONFIGURATIONS>
445445
<MODULEPATHS>
446446
<MODULEPATH id="juce_core" path="JUCE/modules"/>

0 commit comments

Comments
 (0)