﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
1	Compiler Optimization flags not turned off in debug mode	Christoph Mayer	somebody	"When using ./configure --enable-debug=yes the -ggdb -DDEBUG -D_DEBUG -O0 flags are used correctly. But somehow additionally the -g (does not hurt) and -O2 (does hurt) flags are also used. 

Where are these coming from? I suspect maybe from boost? The -O0 and -O2 flags clash and there is certainly no well-defined behavior for this."	defect	new	major		Deployment	0.1.0		debug flags	
