aboutsummaryrefslogtreecommitdiffstats
path: root/src/build-data/cc/sunstudio.txt
diff options
context:
space:
mode:
authorJack Lloyd <[email protected]>2020-11-05 10:16:18 -0500
committerJack Lloyd <[email protected]>2020-11-05 18:46:23 -0500
commitf60a531b54f75cd90c310cf76264a290695d591f (patch)
tree86c0f73d194c4a8327e8590b11227d815ac6be94 /src/build-data/cc/sunstudio.txt
parentcd2fb55bb712b941aafd9991c96e13e9058489e2 (diff)
Switch compilers to C++17 mode
Diffstat (limited to 'src/build-data/cc/sunstudio.txt')
-rw-r--r--src/build-data/cc/sunstudio.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/build-data/cc/sunstudio.txt b/src/build-data/cc/sunstudio.txt
index 3dd8e00b0..094a74ef0 100644
--- a/src/build-data/cc/sunstudio.txt
+++ b/src/build-data/cc/sunstudio.txt
@@ -6,7 +6,7 @@ optimization_flags "-xO2"
shared_flags "-KPIC"
warning_flags "+w -erroff=truncwarn,wnoretvalue,wlessrestrictedthrow"
-lang_flags "-std=c++11 +p -features=extensions"
+lang_flags "-std=c++17 +p -features=extensions"
ar_command CC
ar_options "-xar -o"