Skip to content

Commit

Permalink
Remove unsupported x64 compile option
Browse files Browse the repository at this point in the history
Compiler currently gives a warning that the unsupported compile option is being ignored.
  • Loading branch information
seanmcleod authored Aug 22, 2024
1 parent 4d93022 commit 941da03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion JSBSim.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@
<PreprocessorDefinitions>JSBSIM_STATIC_LINK;JSBSIM_VERSION="1.2.2.dev1";WIN32;NOMINMAX;NDEBUG;_CONSOLE;_USE_MATH_DEFINES;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<BasicRuntimeChecks>Default</BasicRuntimeChecks>
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
<EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet>
<EnableEnhancedInstructionSet>NotSet</EnableEnhancedInstructionSet>
<FloatingPointModel>Fast</FloatingPointModel>
<PrecompiledHeader>
</PrecompiledHeader>
Expand Down

0 comments on commit 941da03

Please sign in to comment.