Hi,
is there a possibility to influence the inclusion of debug symbols (-g) or increase code optimisation level (-O) for some code sections only, e.g. via a special pragma?
I'm aware of the fact that such a otimisation-pragma can work only very limited, especially in case of global optimisations but it would be very useful for me to have debugging symbols for normal code and to have release-build-behaviour for time-critical code.
Thanks!