Changeset 145 for trunk/Makefile


Ignore:
Timestamp:
02/15/09 18:36:20 (15 years ago)
Author:
tim
Message:

decoupled value parsing from key parsing

moved linking of value records and data records up to the load layer

rewrote key/value/data linking algorithm in reglookup-recover which improved recovery results

fixed a NULL pointer dereference in range_list.c

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Makefile

    r144 r145  
    1111
    1212CC=gcc
    13 #OPTS=-std=gnu89 -pedantic -Wall -ggdb
    14 OPTS=-std=gnu89 -pedantic -Wall
     13OPTS=-std=gnu89 -pedantic -Wall -ggdb
     14#OPTS=-std=gnu89 -pedantic -Wall
    1515INC=-I/usr/local/include
    1616LIB=-L/usr/local/lib -lm
Note: See TracChangeset for help on using the changeset viewer.