Skip to content

Commit

Permalink
[VS2015] Fix debug profile so that it will compile.
Browse files Browse the repository at this point in the history
  • Loading branch information
Collisionc committed Nov 27, 2015
1 parent a51db11 commit 8dcbe71
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
6 changes: 1 addition & 5 deletions qt/main.cpp
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
#include <QLocale>
#include <QtWidgets/QApplication>
#include <locale>

#include "simulationcraft.hpp"
#include "simulationcraft.hpp"
#include "simulationcraftqt.hpp"
#include "sc_SimulateTab.hpp"

Expand Down
4 changes: 2 additions & 2 deletions vs/simcqt_vs2015.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -567,15 +567,15 @@
<BufferSecurityCheck>false</BufferSecurityCheck>
<TreatWChar_tAsBuiltInType>false</TreatWChar_tAsBuiltInType>
<RuntimeTypeInfo>true</RuntimeTypeInfo>
<PrecompiledHeader>Create</PrecompiledHeader>
<PrecompiledHeader>Use</PrecompiledHeader>
<PrecompiledHeaderFile>simulationcraft.hpp</PrecompiledHeaderFile>
<AssemblerListingLocation>$(IntDir)</AssemblerListingLocation>
<ObjectFileName>$(IntDir)</ObjectFileName>
<WarningLevel>Level3</WarningLevel>
<SuppressStartupBanner>true</SuppressStartupBanner>
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
<DisableSpecificWarnings>4005;4996;%(DisableSpecificWarnings)</DisableSpecificWarnings>
<StringPooling>true</StringPooling>
<StringPooling>false</StringPooling>
<EnableEnhancedInstructionSet>NotSet</EnableEnhancedInstructionSet>
<FloatingPointModel>Precise</FloatingPointModel>
<SmallerTypeCheck>false</SmallerTypeCheck>
Expand Down

0 comments on commit 8dcbe71

Please sign in to comment.