aboutsummaryrefslogtreecommitdiffstats
path: root/aes.c
diff options
context:
space:
mode:
Diffstat (limited to 'aes.c')
-rw-r--r--aes.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/aes.c b/aes.c
index bb1e1043b..37008947f 100644
--- a/aes.c
+++ b/aes.c
@@ -30,7 +30,10 @@
#include "qemu-common.h"
#include "aes.h"
+#ifndef NDEBUG
#define NDEBUG
+#endif
+
#include <assert.h>
typedef uint32_t u32;