Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • benchmark/io/http/Makefile.am

    ra6d4901 r137974ae  
    2121include $(top_srcdir)/tools/build/cfa.make
    2222
    23 AM_CFLAGS = -O3 -Wall -Wextra -I$(srcdir) -lrt -pthread # -Werror
     23AM_CFLAGS = -O3 -Wall -Wextra -I$(srcdir) -lrt -pthread -g # -Werror
    2424AM_CFAFLAGS = -quiet -nodebug
    2525AM_LDFLAGS = -quiet -nodebug
     
    3737        options.cfa \
    3838        options.hfa \
     39        printer.cfa \
     40        printer.hfa \
    3941        protocol.cfa \
    4042        protocol.hfa \
     43        socket.cfa \
     44        socket.hfa \
    4145        worker.cfa \
    4246        worker.hfa
Note: See TracChangeset for help on using the changeset viewer.