diff --git a/vm/assert.hpp b/vm/assert.hpp index e45fdda09d..4b1cf8750d 100644 --- a/vm/assert.hpp +++ b/vm/assert.hpp @@ -3,7 +3,7 @@ namespace factor void abort(); } -#ifndef NDEBUG +#ifdef FACTOR_DEBUG #define FACTOR_ASSERT(condition) ((condition) \ ? (void)0 \ : ( \