Lines Matching refs:help
41 help='show help with all options '
52 This tool is a thin wrapper around cmake and make to help build the
59 help='specify build directory (default: %(default)s)')
61 help='clean build')
63 help='add custom argument to CMake')
65 help='add custom compile flag')
67 default='MinSizeRel', help='debug build')
69 help='install after build (default: don\'t install; '
72 help='number of parallel build jobs (default: %(default)s)')
74 help='add custom library to be linked')
76 help='add custom linker flag')
78 help='enable link-time optimizations (%(choices)s)')
80 help='enable building of shared libraries (%(choices)s)')
82 help='strip release binaries (%(choices)s)')
84 help='specify toolchain file (default: %(default)s)')
86 help='increase verbosity')
90 help=devhelp('build doctests (%(choices)s)'))
92 help='build jerry command line tool (%(choices)s)')
94 help='build snapshot command line tool (%(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)'))
100 help='build jerry-ext (%(choices)s)')
102 help='build and use jerry-libm (%(choices)s)')
104 help='build default jerry port implementation (%(choices)s)')
106 help=devhelp('build unittests (%(choices)s)'))
110 help='all-in-one build (%(choices)s)')
112 help='enable 32 bit compressed pointers (%(choices)s)')
114 help='enable error messages (%(choices)s)')
116 help='enable external context (%(choices)s)')
118 help='enable the jerry debugger (%(choices)s)')
120 help='enable js-parser (%(choices)s)')
122 help='provide line info (%(choices)s)')
124 help='enable logging (%(choices)s)')
126 help='size of memory heap (in kilobytes)')
128 help='memory usage limit to trigger garbage collection (in bytes)')
130 help='maximum stack usage (in kilobytes)')
132 help='maximum depth of recursion during GC mark phase')
134 help=devhelp('enable memory statistics (%(choices)s)'))
136 help=devhelp('enable mem-stress test (%(choices)s)'))
138 help='specify profile file')
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)'))
146 help='enable executing snapshot files (%(choices)s)')
148 help='enable saving snapshot files (%(choices)s)')
150 help='enable system allocator (%(choices)s)')
152 help=devhelp('enable Valgrind support (%(choices)s)'))
154 help='enable VM execution stopping (%(choices)s)')
158 help=devhelp('enable the generation of link map for jerry command line tool (%(choices)s)'))