Clean-up *_DEBUG options.
authorAndy Polyakov <appro@openssl.org>
Wed, 6 Apr 2016 10:47:35 +0000 (12:47 +0200)
committerAndy Polyakov <appro@openssl.org>
Thu, 7 Apr 2016 19:18:00 +0000 (21:18 +0200)
commit463a7b8cb0a449512448155a477f1460d8c951d9
tree89baa5628a0eeee759ecad222b8bc0213275772e
parentc32cbe97873bf919dc4d1bc332e4758ee6caea78
Clean-up *_DEBUG options.

Since NDEBUG is defined unconditionally on command line for release
builds, we can omit *_DEBUG options in favour of effective "all-on"
in debug builds exercised though CI.

Reviewed-by: Richard Levitte <levitte@openssl.org>
Reviewed-by: Emilia Käsper <emilia@openssl.org>
13 files changed:
Configurations/10-main.conf
Configure
crypto/aes/aes_core.c
crypto/aes/aes_ecb.c
crypto/aes/aes_x86core.c
crypto/bio/b_print.c
crypto/blake2/blake2b.c
crypto/blake2/blake2s.c
crypto/bn/bn_asm.c
crypto/bn/bn_lib.c
crypto/bn/bn_mul.c
e_os.h
ssl/ssl_lib.c