Debian – Does GCC optimize out empty method calls?
The following method functions fine but I am curious as to performance and optimization. Example I call 'Output(str)' to send something to the terminal. I added a method that only outputs if debugging, as follows. Now I am left wondering…