diff options
author | Jack Lloyd <[email protected]> | 2020-11-05 10:16:18 -0500 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2020-11-05 18:46:23 -0500 |
commit | f60a531b54f75cd90c310cf76264a290695d591f (patch) | |
tree | 86c0f73d194c4a8327e8590b11227d815ac6be94 /src/build-data/cc/sunstudio.txt | |
parent | cd2fb55bb712b941aafd9991c96e13e9058489e2 (diff) |
Switch compilers to C++17 mode
Diffstat (limited to 'src/build-data/cc/sunstudio.txt')
-rw-r--r-- | src/build-data/cc/sunstudio.txt | 2 |
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" |