﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc	revision
390	Different compilation flags using CMAKE vs. Autotools	Alpar Juttner	Akos Ladanyi	" - Autotool uses `-g -O2` + a huge set of warning flags by default.
 - Using [source:scripts/bootstrap.sh scripts/bootstrap.sh], we have a choice to optimize or not (`-O2` vs. nothing). This script uses `-ggdb` instead of `-g` (not a big diffenerce) and the same warning options.
 - The CMAKE environment uses
   - no warning flags at all!!!
   - one of the following debug/optimization settings
     - `-g` (DEBUG mode),
     - `-Os -DNDEBUG` (MINRELSIZE mode),
     - `-O2 -g` (RELWITHDEBINFO mode), or
     - `-O3 -DNDEBUG` (RELEASE mode)
"	enhancement	closed	major	LEMON 1.3 release	build system	hg main	done			
