IAR Embedded Workbench for Arm 9.70.xIAR C/C++ DevelopmentPragma directivesDescriptions of pragma directivesno_stack_protectno_stack_protectIn this section: Syntax#pragma no_stack_protectDescriptionUse this pragma directive to disable stack protection for the defined function that follows.This pragma directive only has effect if the compiler option ‑‑stack_protection has been used.See alsoStack protection.