From 8c034e5a13abf209c7cddfb32ae1d32ce6627f09 Mon Sep 17 00:00:00 2001 From: winlin Date: Mon, 22 Jul 2024 07:02:53 +0800 Subject: [PATCH] Always use single thread by default. --- trunk/auto/options.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/trunk/auto/options.sh b/trunk/auto/options.sh index 5d5e9aa29..9f43d6d07 100755 --- a/trunk/auto/options.sh +++ b/trunk/auto/options.sh @@ -84,7 +84,7 @@ SRS_BUILD_TAG= # Set the object files tag name. SRS_CLEAN=YES # Whether do "make clean" when configure. SRS_SIMULATOR=NO # Whether enable RTC simulate API. SRS_GENERATE_OBJS=NO # Whether generate objs and quit. -SRS_SINGLE_THREAD=NO # Whether force single thread mode. +SRS_SINGLE_THREAD=YES # Whether force single thread mode. # ################################################################ # Performance options.