aboutsummaryrefslogtreecommitdiff
path: root/Configurations/00-base-templates.conf
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2016-03-02 19:13:26 +0100
committerRichard Levitte <levitte@openssl.org>2016-03-02 19:15:42 +0100
commit8864f0de7b491b4c7f724f58200d843700c82e98 (patch)
tree90e42ddd86fd58db18bca590b01cf0f44abff884 /Configurations/00-base-templates.conf
parent940a09bad42c673b0dccd725ae590025c9749735 (diff)
downloadopenssl-8864f0de7b491b4c7f724f58200d843700c82e98.zip
openssl-8864f0de7b491b4c7f724f58200d843700c82e98.tar.gz
openssl-8864f0de7b491b4c7f724f58200d843700c82e98.tar.bz2
Configure - get rid of the special debug_ and release_ settings
Instead, make the build type ("debug" or "release") available through $config{build_type} and let the configs themselves figure out what the usual settings (such as "cflags", "lflags" and so on) should be accordingly. The benefit with this is that we can now have debug and release variants of any setting, not just those Configure supports, and may also involve other factors (the MSVC flags /MD[d] and /MT[d] involve both build type and whether threading is enabled or not) Reviewed-by: Andy Polyakov <appro@openssl.org>
Diffstat (limited to 'Configurations/00-base-templates.conf')
-rw-r--r--Configurations/00-base-templates.conf4
1 files changed, 0 insertions, 4 deletions
diff --git a/Configurations/00-base-templates.conf b/Configurations/00-base-templates.conf
index 60cd90e..161eb39 100644
--- a/Configurations/00-base-templates.conf
+++ b/Configurations/00-base-templates.conf
@@ -5,10 +5,6 @@
cflags => "",
defines => [],
- debug_cflags => "",
- debug_defines => [],
- release_cflags => "",
- release_defines => [],
thread_cflags => "",
thread_defines => [],