Ignore:
Timestamp:
Jun 4, 2022, 1:12:56 PM (23 months ago)
Author:
Thierry Delisle <tdelisle@…>
Branches:
ADT, ast-experimental, master, pthread-emulation, qualifiedEnum
Children:
ce98816
Parents:
153570d
Message:

Moved socket creation to a different file.
Makefile now has debug symbol.
Pipes are now closed earlier for a cleaner exit.

File:
1 edited

Legend:

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

    r153570d rc4b10e2  
    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
     
    3939        protocol.cfa \
    4040        protocol.hfa \
     41        socket.cfa \
     42        socket.hfa \
    4143        worker.cfa \
    4244        worker.hfa
Note: See TracChangeset for help on using the changeset viewer.