From 1ba0b20b747296956d2429d728a56f6aa9a83510 Mon Sep 17 00:00:00 2001 From: winlin Date: Fri, 21 May 2021 08:48:19 +0800 Subject: [PATCH] Refine commens --- 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 d776c5c5b..8177517d4 100755 --- a/trunk/auto/options.sh +++ b/trunk/auto/options.sh @@ -136,7 +136,7 @@ Performance: @see https://blog.csdn.net/win_lin/article/details/5 --nasm=on|off Whether build FFMPEG for RTC with nasm. Default: $(value2switch $SRS_NASM) --srtp-nasm=on|off Whether build SRTP with ASM(openssl-asm), requires RTC and openssl-1.0.*. Default: $(value2switch $SRS_SRTP_ASM) -Toolchain options: @see https://github.com/ossrs/srs/issues/1547#issuecomment-576078411 +Toolchain options: @see https://github.com/ossrs/srs/wiki/v4_CN_SrsLinuxArm#ubuntu-cross-build-srs --static=on|off Whether add '-static' to link options. Default: $(value2switch $SRS_STATIC) --cc= Toolchain: Use c compiler CC. Default: $SRS_TOOL_CC --cxx= Toolchain: Use c++ compiler CXX. Default: $SRS_TOOL_CXX