mirror of
https://github.com/Shpoike/Quakespasm.git
synced 2025-02-09 01:01:07 +00:00
disable assert()s by default in miniz
This commit is contained in:
parent
09396fd9ca
commit
2e0146c7fb
1 changed files with 4 additions and 0 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue