The ittnotify API was mistakenly enabled for static runtime library initially. This fix disables the ittnotify for the static build.
Main problem with ittnotify in static library is impossibility to dynamically detect the presence of the tool at run time once the executable is linked statically, e.g. such interfaces as dlopen, dlsym etc. are inaccessible.