Optimized mode in the Virtual Machine

Hi everyone,

I am trying to disable the debug mode in the Virtual machine. The APECT manual suggests using the “make release”, “make” commands, but those do not work. Is there another way to enable optimized mode in the Virtual machine?

Kind regards,
Sibren

Hi Sibren202 – that’s the way to do it. When you say “but those do not work”, can you state where you are calling these commands and what happens when you do so?
Best
W.

Hi Wolfgang,

Thank you for your response!
I call these commands in my terminal in the Virtual machine.

Sibren

You need to go to the build directory and issue the commands there. This will re-compile the executable, which you can then move to wherever you want to execute it.

It worked,

Thank you!

Sibren