CARB_OPTIMIZE_ON_MSC

Defined in carb/Defines.h

CARB_OPTIMIZE_ON_MSC()

Restores previous optimizations that were temporarily disable due to an earlier call to CARB_OPTIMIZE_OFF_MSC(). This must be called outside the body of any function. If this call is not made, the previous optimization state will remain until the end of the current translation unit.