Add C++ settings in the Linux config targets
Reviewed-by: Rich Salz <rsalz@openssl.org>
This commit is contained in:
parent
7763472fe8
commit
16b42d4d35
1 changed files with 1 additions and 0 deletions
|
@ -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"),
|
||||
|
|
Loading…
Reference in a new issue