summaryrefslogtreecommitdiff
path: root/audio/webrtc-audio-processing/files/patch-meson.build
blob: a006f0ca07e736a93092c0f46be162d6d529284d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
- Sync -std= with devel/abseil to match ABI

--- meson.build.orig	2020-12-12 16:13:37 UTC
+++ meson.build
@@ -4,7 +4,7 @@ project('webrtc-audio-processing-1', 'c', 'cpp',
   default_options : [ 'warning_level=1',
                       'buildtype=debugoptimized',
                       'c_std=c11',
-                      'cpp_std=c++14',
+                      'cpp_std=c++17',
                     ]
 )