disable assert()s by default in miniz

This commit is contained in:
Ozkan Sezer 2021-12-23 15:55:02 +03:00
parent 09396fd9ca
commit 2e0146c7fb

View file

@ -117,6 +117,10 @@
#if 1 /* QUAKESPASM-SPECIFIC CONFIG: */
#ifndef NDEBUG
#define NDEBUG /* disable assert()s */
#endif
#if defined(SDL_FRAMEWORK) || defined(NO_SDL_CONFIG)
#ifdef USE_SDL2
#include <SDL2/SDL.h>