mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-28 04:31:06 +00:00
build: Also don't run make check-exports if debugging is disabled
This commit is contained in:
parent
1b569d8cb4
commit
4200639298
1 changed files with 1 additions and 0 deletions
|
@ -142,6 +142,7 @@ include $(top_srcdir)/common/coverage/lcov.mak
|
||||||
|
|
||||||
# Do not run the check-exports test in case any option which causes the API to
|
# Do not run the check-exports test in case any option which causes the API to
|
||||||
# change has been used
|
# change has been used
|
||||||
|
if !GST_DISABLE_GST_DEBUG
|
||||||
if !GST_DISABLE_LOADSAVE
|
if !GST_DISABLE_LOADSAVE
|
||||||
if !GST_DISABLE_REGISTRY
|
if !GST_DISABLE_REGISTRY
|
||||||
if !GST_DISABLE_TRACE
|
if !GST_DISABLE_TRACE
|
||||||
|
|
Loading…
Reference in a new issue