[misc] use compilation flag to undefine NDEBUG for assert

This commit is contained in:
Pete Batard 2018-11-21 17:45:18 +00:00
parent 15806de646
commit 04a5793ee7
No known key found for this signature in database
GPG key ID: 38E0CF5E69EDD671
13 changed files with 12 additions and 20 deletions

View file

@ -29,7 +29,6 @@
#include <malloc.h>
#include <string.h>
#include <inttypes.h>
#undef NDEBUG
#include <assert.h>
#include "rufus.h"