CARB_NO_OPTIMIZE_GNUC_CLANG

Defined in carb/Defines.h

CARB_NO_OPTIMIZE_GNUC_CLANG()

Disables optimizations for the function that is tagged with this attribute. This only affects the single function that it tags. Optimizations will be restored to the previous settings for the translation unit outside of the tagged function.