summaryrefslogtreecommitdiffstats
path: root/Configurations/dist.conf
blob: 2a458bcddfa77fa999a51d79eaffa468e18e7888 (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'
my %targets = (
    "dist" => {
        inherit_from     => [ 'BASE_unix' ],
        CC               => "cc",
        CFLAGS           => "-O",
        thread_scheme    => "(unknown)",
    },
);