diff options
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 2a392a442..934b42099 100644 --- a/src/build-data/cc/sunstudio.txt +++ b/src/build-data/cc/sunstudio.txt @@ -13,7 +13,7 @@ optimization_flags "-xO2" shared_flags "-KPIC" warning_flags "+w -erroff=truncwarn,wnoretvalue" -lang_flags "+p -features=extensions -D__FUNCTION__=__func__" +lang_flags "-std=c++11 +p -features=extensions -D__FUNCTION__=__func__" ar_command "CC -xar -o" |