COIN-OR::LEMON - Graph Library

Changeset 1067:47939f501c81 in lemon-0.x for src/work/makefile


Ignore:
Timestamp:
01/10/05 00:28:18 (19 years ago)
Author:
Mihaly Barasz
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@1463
Message:

Advances in error.h

  • More clear exception usage concept
  • sketch of LEMON_ASSERT interface
  • test file
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/work/makefile

    r867 r1067  
    11INCLUDEDIRS ?= -I.. -I. -I./{marci,jacint,alpar,klao,akos}
    2 CXXFLAGS = -g -O3 -W -Wall $(INCLUDEDIRS) -ansi -pedantic
     2CXXFLAGS += -g -O2 -W -Wall $(INCLUDEDIRS) -ansi -pedantic
    33
    44BINARIES ?= bin_heap_demo
Note: See TracChangeset for help on using the changeset viewer.