Change debug CFLAGS.

pull/52/head
Jonathan Moore Liles 2013-04-08 20:58:18 -07:00
parent 0c4161ce85
commit ee09187089
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ def configure(conf):
"-pipe"
]
debug_flags = [ '-g' ]
debug_flags = [ '-O0', '-g3' ]
if Options.options.debug: