1
0
Fork 0
mirror of https://github.com/ossrs/srs.git synced 2025-03-09 15:49:59 +00:00

RTC: Disable c++14

This commit is contained in:
winlin 2020-06-11 18:16:48 +08:00
parent db8d91cbee
commit 1343d4f605

View file

@ -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