We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
It is possible (at moment on beta10 only) disable optimizations functions before running a program compiled with Clib4:
To disable optimizations in a shell use the command:
setenv DISABLE_CLIB4_OPTIMIZATIONS 1
This command will disable all optimizations and the exe should work in same way on all available OS4 machines.
To enable them again use the command:
unsetenv DISABLE_CLIB4_OPTIMIZATIONS
This will restore all the optimizations