From 1343d4f6056d9cb17a20c05c5daf886a3d0c86c0 Mon Sep 17 00:00:00 2001 From: winlin Date: Thu, 11 Jun 2020 18:16:48 +0800 Subject: [PATCH] RTC: Disable c++14 --- trunk/auto/options.sh | 5 ----- 1 file changed, 5 deletions(-) diff --git a/trunk/auto/options.sh b/trunk/auto/options.sh index ee2f6a42a..58cb2af27 100755 --- a/trunk/auto/options.sh +++ b/trunk/auto/options.sh @@ -526,11 +526,6 @@ function apply_user_presets() { if [[ $SRS_SRT == YES ]]; then SRS_CXX11=YES fi - - # Enable c++14 for RTC - if [[ $SRS_RTC == YES ]]; then - SRS_CXX14=YES - fi } apply_user_presets