You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
By default -g (debug information enabled) is passed to the compiler, which causes an internal compiler error when used in conjunction with finallys.
For a workaround, please add -gtable-lines-only to the clang command line (Project > Properties > Clang > Command line > Additional options). You may need to disable ARC as well (See #160).
The text was updated successfully, but these errors were encountered:
By default -g (debug information enabled) is passed to the compiler, which causes an internal compiler error when used in conjunction with finallys.
For a workaround, please add -gtable-lines-only to the clang command line (Project > Properties > Clang > Command line > Additional options). You may need to disable ARC as well (See #160).
The text was updated successfully, but these errors were encountered: