aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2014-03-10 10:34:15 +0100
committerLoïc Hoguin <[email protected]>2014-03-21 11:01:41 +0100
commit8c0e428b012c59f553a264f285ed89d36f791e3e (patch)
treeda11f8ded0044ed44f0dcb15bd328e45362d83ed /Makefile
parentcdb6c134781938caba8fd3fc568173d2da990b70 (diff)
downloadcowlib-8c0e428b012c59f553a264f285ed89d36f791e3e.tar.gz
cowlib-8c0e428b012c59f553a264f285ed89d36f791e3e.tar.bz2
cowlib-8c0e428b012c59f553a264f285ed89d36f791e3e.zip
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.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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().'