2a458bcddfa77fa999a51d79eaffa468e18e7888
[openssl.git] / Configurations / dist.conf
1 ## -*- mode: perl; -*-
2 ## Build configuration targets for openssl-team members
3
4 # This is to support 'make dist'
5 my %targets = (
6     "dist" => {
7         inherit_from     => [ 'BASE_unix' ],
8         CC               => "cc",
9         CFLAGS           => "-O",
10         thread_scheme    => "(unknown)",
11     },
12 );