App is a capacitor hybrid app and not used any objective-c or c++ files.As read from the documents stack smashing should be enabled by default for swift apps.When i check the stack with appName.app build file with otool -Iv appName | grep stack command it gives stacksize as 0.as the documentations it should retuen 'stack_chk_guard and stack_chk_fail' flags sizes but not returned.Is there any way that i can enable it?