Add C++ settings in the Linux config targets

Reviewed-by: Rich Salz <rsalz@openssl.org>
This commit is contained in:
Richard Levitte 2016-10-12 15:33:13 +02:00
parent 7763472fe8
commit 16b42d4d35

View file

@ -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"),