mirror of
https://github.com/TomHarte/CLK.git
synced 2025-01-27 22:30:49 +00:00
Ensures no double definition of NDEBUG.
This commit is contained in:
parent
83cbbe09c6
commit
6839e9e3b3
@ -8,7 +8,10 @@
|
|||||||
|
|
||||||
#include "z8530.hpp"
|
#include "z8530.hpp"
|
||||||
|
|
||||||
|
#ifndef NDEBUG
|
||||||
#define NDEBUG
|
#define NDEBUG
|
||||||
|
#endif
|
||||||
|
|
||||||
#define LOG_PREFIX "[SCC] "
|
#define LOG_PREFIX "[SCC] "
|
||||||
#include "../../Outputs/Log.hpp"
|
#include "../../Outputs/Log.hpp"
|
||||||
|
|
||||||
|
@ -8,7 +8,10 @@
|
|||||||
|
|
||||||
#include "IWM.hpp"
|
#include "IWM.hpp"
|
||||||
|
|
||||||
|
#ifndef NDEBUG
|
||||||
#define NDEBUG
|
#define NDEBUG
|
||||||
|
#endif
|
||||||
|
|
||||||
#define LOG_PREFIX "[IWM] "
|
#define LOG_PREFIX "[IWM] "
|
||||||
#include "../../Outputs/Log.hpp"
|
#include "../../Outputs/Log.hpp"
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user