05-21-2021 06:56
05-21-2021 06:56
In Studio is there any way to exclude code based on a pre-processor set variable?
Such as
#ifdef DEBUG function my_test_func() { ... } #endif // DEBUG
Author | ch, passion for improvement.
06-01-2021 04:25
06-01-2021 04:25
No, I don't think it's possible without customising the build process yourself.