Source release 19.1.0
This commit is contained in:
@@ -35,8 +35,8 @@
|
||||
],
|
||||
# These are flags passed to the compiler for C++ only.
|
||||
'cflags_cc': [
|
||||
# Compile using the C++14 standard.
|
||||
'-std=c++14',
|
||||
# Compile using the C++17 standard.
|
||||
'-std=c++17',
|
||||
# CE CDM does not use exceptions or RTTI.
|
||||
'-fno-exceptions',
|
||||
'-fno-rtti',
|
||||
|
||||
Reference in New Issue
Block a user