Quantcast
Channel: openFrameworks - Latest posts
Viewing all articles
Browse latest Browse all 40524

Difference between debug and release builds

$
0
0

debug and release also change the memory layout and timing -- sometimes errors like uninitialized variables or array access errors can occur in one of the two compiled types (debug / release), and sometimes timing errors (like thread errors) can happen in one and not the other because of those changes.... The code basically should do the same thing, but errors in logic can be exposed because of those changes to memory or timing.


Viewing all articles
Browse latest Browse all 40524

Trending Articles