Commit babaf916 authored by Rémi Bernon's avatar Rémi Bernon Committed by Alexandre Julliard

faudio: Build with -DNDEBUG.

Unix version of FAudio uses SDL_assert for its assertions, which is generally compiled as no-op in release builds. This better matches the original behavior. Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=51921Signed-off-by: 's avatarRémi Bernon <rbernon@codeweavers.com> Signed-off-by: 's avatarAlexandre Julliard <julliard@winehq.org>
parent 22c26a2d
EXTLIB = libfaudio.a
EXTRAINCL = -I$(srcdir)/include
EXTRADEFS = -DFAUDIO_WIN32_PLATFORM -DHAVE_WMADEC
EXTRADEFS = -DFAUDIO_WIN32_PLATFORM -DHAVE_WMADEC -DNDEBUG
C_SRCS = \
src/F3DAudio.c \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment