Changes between Initial Version and Version 1 of Ticket #390
- Timestamp:
- 08/18/10 12:23:00 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #390 – Description
initial v1 1 1 - Autotool uses `-g -O2` + a huge set of warning flags by default. 2 - Using [source s: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.2 - 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. 3 3 - The CMAKE environment uses 4 4 - no warning flags at all!!!