mirror of
https://github.com/TomHarte/CLK.git
synced 2025-08-06 01:25:06 +00:00
Ensures no double definition of NDEBUG.
This commit is contained in:
@@ -8,7 +8,10 @@
|
||||
|
||||
#include "z8530.hpp"
|
||||
|
||||
#ifndef NDEBUG
|
||||
#define NDEBUG
|
||||
#endif
|
||||
|
||||
#define LOG_PREFIX "[SCC] "
|
||||
#include "../../Outputs/Log.hpp"
|
||||
|
||||
|
Reference in New Issue
Block a user