We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
#ifndef NDEBUG #define GB_CONTEXT_SAFETY #endif
In gb.h
gb.h
When this macro is defined, SameBoy is built with thread-safety assertions. It is implicitly defined in release builds where NDEBUG is not defined.
NDEBUG