Skip to content

Commit

Permalink
Oops, didn't mean to enable -Werror for devel builds.
Browse files Browse the repository at this point in the history
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@5575 8ced0084-cf51-0410-be5f-012b33b47a6e
  • Loading branch information
sorenjorvang committed Jun 2, 2010
1 parent 30e437f commit 3a7b8c5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion SConstruct
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand Down

0 comments on commit 3a7b8c5

Please sign in to comment.