Skip to content

Commit

Permalink
release mode: don't compile with _DEBUG
Browse files Browse the repository at this point in the history
  • Loading branch information
cruppstahl committed Sep 14, 2010
1 parent aedb742 commit c4be1ea
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions win32/hamzilla.vcproj
Expand Up @@ -280,11 +280,10 @@
<Tool
Name="VCCLCompilerTool"
AdditionalIncludeDirectories="../include;../3rdparty/json;../src"
PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;_CRT_SECURE_NO_WARNINGS"
PreprocessorDefinitions="WIN32;_CONSOLE;_CRT_SECURE_NO_WARNINGS"
RuntimeLibrary="2"
UsePrecompiledHeader="0"
WarningLevel="3"
Detect64BitPortabilityProblems="true"
DebugInformationFormat="3"
/>
<Tool
Expand Down

0 comments on commit c4be1ea

Please sign in to comment.