MT#59962 Makefile.defs: add TEST_ENVIRONMENT variable

Add by default to `no`, if not defined otherwise.

Change-Id: Ie69b1d99b5ce932830905b0ef03329177c802051
mr13.1
Donat Zenichev 2 years ago
parent 2e53585852
commit c33c2cffc9

@ -87,6 +87,11 @@ exclude_core_modules = g729 silk
#
USE_MONITORING=no
# are we compiling for the test environment?
# if so, then this will exclude a list of applications
# which require a linkage with remote unvisible to us libraries.
TEST_ENVIRONMENT ?= no
# Support for long debug messages? (useful for debugging SIP messages' contents)
#
# disable for slight performance gain

Loading…
Cancel
Save