summaryrefslogtreecommitdiff
path: root/deps/openssl/openssl/Configurations/dist.conf
blob: 4f58dad9141ad386d30f565e68e585c81465b5fb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
## -*- mode: perl; -*-
## Build configuration targets for openssl-team members

# This is to support 'make dist'
%targets = (
    "dist" => {
        inherit_from     => [ 'BASE_unix' ],
        cc               => "cc",
        cflags           => "-O",
        thread_scheme    => "(unknown)",
    },
);