Changes in benchmark/io/http/Makefile.am [a6d4901:137974ae]
- File:
-
- 1 edited
-
benchmark/io/http/Makefile.am (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
benchmark/io/http/Makefile.am
ra6d4901 r137974ae 21 21 include $(top_srcdir)/tools/build/cfa.make 22 22 23 AM_CFLAGS = -O3 -Wall -Wextra -I$(srcdir) -lrt -pthread # -Werror23 AM_CFLAGS = -O3 -Wall -Wextra -I$(srcdir) -lrt -pthread -g # -Werror 24 24 AM_CFAFLAGS = -quiet -nodebug 25 25 AM_LDFLAGS = -quiet -nodebug … … 37 37 options.cfa \ 38 38 options.hfa \ 39 printer.cfa \ 40 printer.hfa \ 39 41 protocol.cfa \ 40 42 protocol.hfa \ 43 socket.cfa \ 44 socket.hfa \ 41 45 worker.cfa \ 42 46 worker.hfa
Note:
See TracChangeset
for help on using the changeset viewer.