Commit 16b42d4d authored by Richard Levitte's avatar Richard Levitte
Browse files

Add C++ settings in the Linux config targets



Reviewed-by: default avatarRich Salz <rsalz@openssl.org>
parent 7763472f
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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"),