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:
parent
db8d91cbee
commit
1343d4f605
1 changed files with 0 additions and 5 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue