Changes in benchmark/io/http/Makefile.am [137974ae:a6d4901]
- File:
-
- 1 edited
-
benchmark/io/http/Makefile.am (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
benchmark/io/http/Makefile.am
r137974ae ra6d4901 21 21 include $(top_srcdir)/tools/build/cfa.make 22 22 23 AM_CFLAGS = -O3 -Wall -Wextra -I$(srcdir) -lrt -pthread -g# -Werror23 AM_CFLAGS = -O3 -Wall -Wextra -I$(srcdir) -lrt -pthread # -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 \41 39 protocol.cfa \ 42 40 protocol.hfa \ 43 socket.cfa \44 socket.hfa \45 41 worker.cfa \ 46 42 worker.hfa
Note:
See TracChangeset
for help on using the changeset viewer.