Changeset 365

Show
Ignore:
Timestamp:
04/18/08 10:35:19 (7 months ago)
Author:
powell
Message:

Add debug to help development.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/matml/src/ternary/Makefile.am

    r357 r365  
    1212noinst_HEADERS  = ternary.h 
    1313ternary_SOURCES = ternary.c geomview.c qhull.c book.c freenergy.c 
    14 ternary_CFLAGS  = -std=c99 -DGEOMVIEW=\"@GEOMVIEW@\" # -DDEBUG 
     14ternary_CFLAGS  = -std=c99 -DGEOMVIEW=\"@GEOMVIEW@\" -DDEBUG 
    1515ternary_LDADD   = -lm -lqhull 
    1616