Will #if RELEASE work like #if DEBUG does in C#? September 30, 2022 by Tarik RELEASE is not defined, but you can use #if (!DEBUG) ... #endif