COIN-OR::LEMON - Graph Library

Changes between Initial Version and Version 1 of Ticket #390


Ignore:
Timestamp:
08/18/10 14:23:00 (14 years ago)
Author:
Alpar Juttner
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #390 – Description

    initial v1  
    11 - Autotool uses `-g -O2` + a huge set of warning flags by default.
    2  - Using [sources: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.
    33 - The CMAKE environment uses
    44   - no warning flags at all!!!