mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2025-12-22 21:37:35 -08:00
Signed-off-by: wangjiezhe <wangjiezhe@gmail.com> Signed-off-by: Jason Zaman <perfinion@gentoo.org>
14 lines
529 B
Diff
14 lines
529 B
Diff
diff --git a/python/setup.py b/python/setup.py
|
|
index e65631013..8a6cbe59a 100755
|
|
--- a/python/setup.py
|
|
+++ b/python/setup.py
|
|
@@ -370,7 +370,7 @@ if __name__ == '__main__':
|
|
extra_compile_args.append('-Wno-invalid-offsetof')
|
|
extra_compile_args.append('-Wno-sign-compare')
|
|
extra_compile_args.append('-Wno-unused-variable')
|
|
- extra_compile_args.append('-std=c++14')
|
|
+ extra_compile_args.append('-std=c++17')
|
|
|
|
if sys.platform == 'darwin':
|
|
extra_compile_args.append('-Wno-shorten-64-to-32')
|