Cleanup: Rename #if GPU_USE_PY_REFERENCES to #ifndef GPU_NO_USE_PY_REFERENCES
This is safer for incremental build. And there was already a macro `GPU_USE_PY_REFERENCES` used elsewhere.
This commit is contained in:
@@ -24,7 +24,7 @@
|
||||
#pragma once
|
||||
|
||||
#define PROGRAM_NO_OPTI 0
|
||||
#define USE_PY_REFERENCES 1
|
||||
//#define GPU_NO_USE_PY_REFERENCES
|
||||
|
||||
#if defined(NDEBUG)
|
||||
# define TRUST_NO_ONE 0
|
||||
|
||||
Reference in New Issue
Block a user