-
Notifications
You must be signed in to change notification settings - Fork 7
Disable Clib4 optimizations
Andrea Palmatè edited this page Aug 19, 2024
·
1 revision
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