Lines Matching defs:devhelp
40 devhelp_preparser.add_argument('--devhelp', action='store_true', default=False,
45 if devhelp_arguments.devhelp:
46 args.append('--devhelp')
48 def devhelp(helpstring):
49 return helpstring if devhelp_arguments.devhelp else argparse.SUPPRESS
90 help=devhelp('build doctests (%(choices)s)'))
96 help=devhelp('build test version of the jerry command line tool (%(choices)s)'))
98 help=devhelp('build jerry with libfuzzer support (%(choices)s)'))
106 help=devhelp('build unittests (%(choices)s)'))
134 help=devhelp('enable memory statistics (%(choices)s)'))
136 help=devhelp('enable mem-stress test (%(choices)s)'))
140 help=devhelp('enable regexp strict mode (%(choices)s)'))
142 help=devhelp('enable parser byte-code dumps (%(choices)s)'))
144 help=devhelp('enable regexp byte-code dumps (%(choices)s)'))
152 help=devhelp('enable Valgrind support (%(choices)s)'))
158 help=devhelp('enable the generation of link map for jerry command line tool (%(choices)s)'))
161 if arguments.devhelp: