From: Richard Levitte Date: Wed, 12 Oct 2016 13:33:13 +0000 (+0200) Subject: Add C++ settings in the Linux config targets X-Git-Tag: OpenSSL_1_1_1-pre1~3386 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=16b42d4d35af2f8439bcce2f374bd47365850162;p=oweals%2Fopenssl.git Add C++ settings in the Linux config targets Reviewed-by: Rich Salz --- diff --git a/Configurations/10-main.conf b/Configurations/10-main.conf index fc673a1db3..f5c7899eca 100644 --- a/Configurations/10-main.conf +++ b/Configurations/10-main.conf @@ -622,6 +622,7 @@ sub vms_info { "linux-generic32" => { inherit_from => [ "BASE_unix" ], cc => "gcc", + cxx => "g++", cflags => combine(picker(default => "-Wall", debug => "-O0 -g", release => "-O3"),