Support optimization for the AMD aocc compiler
Make sure we use the optimized maths library and interprocedural optimization. Both are needed to get optimization that works as well as other clang based-compilers.
Note in this MR we enable interprocedural optimization by default, unless the --enable-debug
or --disable-optimization
flags are used.
Edited by Peter W. Draper