2018-04-28 08:02:55 +00:00
option ( 'static_runtime' , type : 'boolean' , value : false )
2018-12-06 14:17:25 +00:00
# For Windows
2018-04-28 08:02:55 +00:00
option ( 'r2_libdir' , type : 'string' , value : '' )
option ( 'r2_incdir' , type : 'string' , value : '' )
option ( 'r2_datdir' , type : 'string' , value : '' )
option ( 'r2_wwwroot' , type : 'string' , value : '' )
option ( 'r2_sdb' , type : 'string' , value : '' )
option ( 'r2_zigns' , type : 'string' , value : '' )
option ( 'r2_themes' , type : 'string' , value : '' )
option ( 'r2_fortunes' , type : 'string' , value : '' )
2018-05-28 21:25:48 +00:00
option ( 'r2_flags' , type : 'string' , value : '' )
2018-04-28 08:02:55 +00:00
option ( 'r2_hud' , type : 'string' , value : '' )
2018-12-06 14:17:25 +00:00
2018-05-16 06:32:26 +00:00
option ( 'r2_version_commit' , type : 'string' , value : '' )
option ( 'r2_gittap' , type : 'string' , value : '' )
option ( 'r2_gittip' , type : 'string' , value : '' )
2018-10-29 10:48:12 +00:00
option ( 'checks_level' , type : 'integer' , value : 9999 , description : 'Value between 0 and 3 to enable different level of assert (see R_CHECKS_LEVEL). By default its value depends on buildtype (2 on debug, 1 on release).' )
2018-08-10 08:31:17 +00:00
option ( 'capstone_in_builddir' , type : 'boolean' , value : false , description : 'When true, capstone is downloaded in the build directory and not in the source one' )
2018-07-09 14:58:38 +00:00
option ( 'use_sys_capstone' , type : 'boolean' , value : false )
option ( 'use_sys_magic' , type : 'boolean' , value : false )
2018-07-17 21:01:40 +00:00
option ( 'use_sys_zip' , type : 'boolean' , value : false )
option ( 'use_sys_zlib' , type : 'boolean' , value : false )
option ( 'use_sys_lz4' , type : 'boolean' , value : false )
2018-08-06 13:18:50 +00:00
option ( 'use_sys_xxhash' , type : 'boolean' , value : false )
2018-08-10 08:17:48 +00:00
option ( 'use_sys_openssl' , type : 'boolean' , value : false )
2018-09-17 10:07:00 +00:00
option ( 'use_libuv' , type : 'boolean' , value : true )
2018-11-27 14:46:35 +00:00
option ( 'debugger' , type : 'boolean' , value : true )
2018-12-06 14:17:25 +00:00
option ( 'use_webui' , type : 'boolean' , value : false , description : 'install different WebUIs for radare2' )