Skip to content

Commit

Permalink
Remove arbitary optimization options for two source files (JSBSim-Tea…
Browse files Browse the repository at this point in the history
  • Loading branch information
seanmcleod authored Jan 6, 2023
1 parent c05ec2e commit 5ac73c2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 14 deletions.
10 changes: 2 additions & 8 deletions JSBSim.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -382,10 +382,7 @@
<ClCompile Include="src\models\flight_control\FGAccelerometer.cpp" />
<ClCompile Include="src\models\flight_control\FGActuator.cpp" />
<ClCompile Include="src\models\FGAerodynamics.cpp" />
<ClCompile Include="src\models\FGAircraft.cpp">
<FavorSizeOrSpeed Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Speed</FavorSizeOrSpeed>
<FavorSizeOrSpeed Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Speed</FavorSizeOrSpeed>
</ClCompile>
<ClCompile Include="src\models\FGAircraft.cpp" />
<ClCompile Include="src\models\FGAtmosphere.cpp" />
<ClCompile Include="src\models\FGAuxiliary.cpp" />
<ClCompile Include="src\models\FGBuoyantForces.cpp" />
Expand Down Expand Up @@ -443,10 +440,7 @@
<ClCompile Include="src\models\flight_control\FGSummer.cpp" />
<ClCompile Include="src\models\flight_control\FGSwitch.cpp" />
<ClCompile Include="src\math\FGTable.cpp" />
<ClCompile Include="src\models\propulsion\FGTank.cpp">
<FloatingPointModel Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Fast</FloatingPointModel>
<FloatingPointModel Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Fast</FloatingPointModel>
</ClCompile>
<ClCompile Include="src\models\propulsion\FGTank.cpp" />
<ClCompile Include="src\models\propulsion\FGThruster.cpp" />
<ClCompile Include="src\initialization\FGTrim.cpp" />
<ClCompile Include="src\initialization\FGTrimAxis.cpp" />
Expand Down
8 changes: 2 additions & 6 deletions JSBSimForUnreal.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -308,9 +308,7 @@ exit/B %errlev%</Command>
<ClCompile Include="src\models\flight_control\FGAccelerometer.cpp" />
<ClCompile Include="src\models\flight_control\FGActuator.cpp" />
<ClCompile Include="src\models\FGAerodynamics.cpp" />
<ClCompile Include="src\models\FGAircraft.cpp">
<FavorSizeOrSpeed Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Speed</FavorSizeOrSpeed>
</ClCompile>
<ClCompile Include="src\models\FGAircraft.cpp" />
<ClCompile Include="src\models\FGAtmosphere.cpp" />
<ClCompile Include="src\models\FGAuxiliary.cpp" />
<ClCompile Include="src\models\FGBuoyantForces.cpp" />
Expand Down Expand Up @@ -368,9 +366,7 @@ exit/B %errlev%</Command>
<ClCompile Include="src\models\flight_control\FGSummer.cpp" />
<ClCompile Include="src\models\flight_control\FGSwitch.cpp" />
<ClCompile Include="src\math\FGTable.cpp" />
<ClCompile Include="src\models\propulsion\FGTank.cpp">
<FloatingPointModel Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Fast</FloatingPointModel>
</ClCompile>
<ClCompile Include="src\models\propulsion\FGTank.cpp" />
<ClCompile Include="src\models\propulsion\FGThruster.cpp" />
<ClCompile Include="src\initialization\FGTrim.cpp" />
<ClCompile Include="src\initialization\FGTrimAxis.cpp" />
Expand Down

0 comments on commit 5ac73c2

Please sign in to comment.