mirror of
https://github.com/TomHarte/CLK.git
synced 2024-11-22 12:33:29 +00:00
Switches the presumption to requiring NDEBUG to avoid forced inlines.
This commit is contained in:
parent
36a9a5288b
commit
55710ea00e
@ -9,9 +9,9 @@
|
||||
#ifndef ForceInline_hpp
|
||||
#define ForceInline_hpp
|
||||
|
||||
#ifdef DEBUG
|
||||
#ifndef NDEBUG
|
||||
|
||||
#define forceinline
|
||||
#define forceinline inline
|
||||
|
||||
#else
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user