diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2007-05-22 17:48:09 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2007-05-22 17:48:09 +0000 |
commit | d5c4fa22712c81565d17619c8df43b54065d3273 (patch) | |
tree | 6d999c11a05513f7bb3a54c4495c024f07ff0a52 /win/configureVC80.vcproj | |
parent | 6f95fb3897e613bb2edcdfca745e20ed20e6854a (diff) |
Change to NOT optimize, /O2 was set on all projects, probably a bad thing, we dont know what the compiler is going to do to our code. Set to /Od
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7108 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'win/configureVC80.vcproj')
-rw-r--r-- | win/configureVC80.vcproj | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/win/configureVC80.vcproj b/win/configureVC80.vcproj index a30a73f4c..d0d4f9177 100644 --- a/win/configureVC80.vcproj +++ b/win/configureVC80.vcproj @@ -118,6 +118,7 @@ />
<Tool
Name="VCCLCompilerTool"
+ Optimization="0"
PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS"
RuntimeLibrary="0"
UsePrecompiledHeader="0"
|