From 16b42d4d35af2f8439bcce2f374bd47365850162 Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Wed, 12 Oct 2016 15:33:13 +0200 Subject: Add C++ settings in the Linux config targets Reviewed-by: Rich Salz --- Configurations/10-main.conf | 1 + 1 file changed, 1 insertion(+) (limited to 'Configurations') 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"), -- cgit v1.2.3