1
0
mirror of https://github.com/TomHarte/CLK.git synced 2025-01-11 08:30:55 +00:00

Ensures no double definition of NDEBUG.

This commit is contained in:
Thomas Harte 2021-03-07 12:52:54 -05:00
parent 83cbbe09c6
commit 6839e9e3b3
2 changed files with 6 additions and 0 deletions

View File

@ -8,7 +8,10 @@
#include "z8530.hpp"
#ifndef NDEBUG
#define NDEBUG
#endif
#define LOG_PREFIX "[SCC] "
#include "../../Outputs/Log.hpp"

View File

@ -8,7 +8,10 @@
#include "IWM.hpp"
#ifndef NDEBUG
#define NDEBUG
#endif
#define LOG_PREFIX "[IWM] "
#include "../../Outputs/Log.hpp"