Is there a way to figure out if I am using the deb...
# multiplatform
p
Is there a way to figure out if I am using the debug or the release executable at runtime?
d
You can set compile time definitions for the target. That would allow you to figure it out at compile time, therefore also at runtime.