From 8c0e428b012c59f553a264f285ed89d36f791e3e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Mon, 10 Mar 2014 10:34:15 +0100 Subject: Add cow_http_te module for streaming chunked and identity TE Imported from Cowboy and then optimized with a more efficient interface amongst other things. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index f1b478e..f2e271d 100644 --- a/Makefile +++ b/Makefile @@ -38,7 +38,7 @@ deps/horse: cd $(DEPS_DIR)/horse ; git checkout -q master $(MAKE) -C $(DEPS_DIR)/horse -perfs: ERLC_OPTS += -DPERF=1 +'{parse_transform, horse_autoexport}' +perfs: ERLC_OPTS += -DPERF=1 +'{parse_transform, horse_autoexport}' -DEXTRA=1 perfs: clean deps deps/horse app $(gen_verbose) erl -noshell -pa ebin deps/horse/ebin \ -eval 'horse:app_perf($(PROJECT)), init:stop().' -- cgit v1.2.3