mirror of
https://github.com/jedisct1/libsodium.git
synced 2026-08-25 08:37:13 +09:00
Always undef NDEBUG in tests
This commit is contained in:
@@ -2,6 +2,10 @@
|
||||
#ifndef __CMPTEST_H__
|
||||
#define __CMPTEST_H__
|
||||
|
||||
#ifdef NDEBUG
|
||||
#/**/undef/**/ NDEBUG
|
||||
#endif
|
||||
|
||||
#include <assert.h>
|
||||
#include <stdio.h>
|
||||
#include <stdint.h>
|
||||
|
||||
Reference in New Issue
Block a user