Oops, didn't mean to enable -Werror for devel builds.

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@5575 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
Soren Jorvang 2010-06-02 20:49:18 +00:00
parent 30e437f9e3
commit 3a7b8c51c6
1 changed files with 0 additions and 1 deletions

View File

@ -200,7 +200,6 @@ if (flavour == 'debug'):
cppDefines.append('NDEBUG')
elif (flavour == 'devel'):
compileFlags.append('-ggdb')
warnings.append('error')
elif (flavour == 'fastlog'):
compileFlags.append('-O3')
cppDefines.append('DEBUGFAST')