mirror of
https://github.com/mpv-player/mpv
synced 2024-12-19 21:31:52 +00:00
3e401bf652
Defining NDEBUG via CFLAGS is the canonical way to disable assertions in C. mpv respects this (and ta.c actually disables some debugging machinery if it's defined). But for tests, this is not useful at all. So if --enable-tests is passed to configure, the user must not define NDEBUG, even if the rest of the player does not care. (We could just #undef NDEBUG, but let's not. Tests calling into the rest of the player might depend on asserts there, or so.) |
||
---|---|---|
.. | ||
chmap.c | ||
gl_video.c | ||
index.c | ||
index.h | ||
input-gamepad.conf | ||
json.c | ||
linked_list.c | ||
subtimes.js | ||
test_helpers.c | ||
test_helpers.h |