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
Command line options for control over debug code generation:
'-v' be verbose command line option affects '-help' output
'-earray' command line option to enable array bounds checking
'-enullptr' command line option to enable null pointer checking
'-eassert' command line option to enable assert() and assertwarn() checking
'-edebug' command line option to enable __FB_DEBUG__
'-edebuginfo' command line option to enable debug symbols
'-elocation' command line option to enable reporting error location
0 commit comments