From 1dc95cba785382b74ede0e5b598b14c0c0ef6a03 Mon Sep 17 00:00:00 2001 From: winlin Date: Sat, 22 Dec 2018 20:31:47 +0800 Subject: [PATCH] Always enable SRS_Ingest --- trunk/auto/options.sh | 19 ++++++------------- 1 file changed, 6 insertions(+), 13 deletions(-) diff --git a/trunk/auto/options.sh b/trunk/auto/options.sh index cb74469d9..36ad5c5d6 100755 --- a/trunk/auto/options.sh +++ b/trunk/auto/options.sh @@ -23,19 +23,12 @@ SRS_KAFKA=RESERVED SRS_LIBRTMP=RESERVED SRS_RESEARCH=RESERVED SRS_UTEST=RESERVED -# tcmalloc -SRS_GPERF=RESERVED -# gperf memory check -SRS_GPERF_MC=RESERVED -# gperf memory defence -SRS_GPERF_MD=RESERVED -# gperf memory profile -SRS_GPERF_MP=RESERVED -# gperf cpu profile -SRS_GPERF_CP=RESERVED -# gprof -SRS_GPROF=RESERVED -# +SRS_GPERF=NO # Performance test: tcmalloc +SRS_GPERF_MC=NO # Performance test: gperf memory check +SRS_GPERF_MD=NO # Performance test: gperf memory defence +SRS_GPERF_MP=NO # Performance test: gperf memory profile +SRS_GPERF_CP=NO # Performance test: gperf cpu profile +SRS_GPROF=NO # Performance test: gprof # Always enable the bellow features. SRS_INGEST=YES SRS_SSL=YES