Home
last modified time | relevance | path

Searched refs:debug_opts (Results 1 – 25 of 40) sorted by relevance

12

/dports/devel/libburn/libburn-1.5.4/cdrskin/
H A Dcompile_cdrskin.sh7 debug_opts="-O2"
95 debug_opts="-g"
128 …echo "compiling program cdrskin/cdrskin.c $fifo_source $static_opts $debug_opts $libvers $fifo_opt…
132 $debug_opts \
192 echo "compiling program cdrskin/cdrfifo.c $static_opts $debug_opts"
193 cc $static_opts $debug_opts \
212 echo "compiling program test/dewav.c -DDewav_without_libburN $static_opts $debug_opts"
213 cc $static_opts $debug_opts \
/dports/databases/postgresql-libpqxx/libpqxx-7.2.0/tools/
H A Dtest_all.py281 def __init__(self, cxx, opt, stdlib, link, link_opts, debug, debug_opts): argument
288 self.debug_opts = debug_opts
317 ] + self.config.link_opts + self.config.debug_opts
491 debug_opts=debug_opts, cxx=cxx, stdlib=stdlib))
494 for debug, debug_opts in sorted(debug_mixes)
/dports/www/firefox/firefox-99.0/testing/web-platform/tests/tools/wptrunner/wptrunner/executors/
H A Dexecutorservo.py36 extra_args=None, debug_opts="replace-surrogates"): argument
41 if debug_opts:
42 args += ["-Z", debug_opts]
211 debug_opts = "disable-text-aa,load-webfonts-synchronously,replace-surrogates"
223 debug_opts)
/dports/mail/thunderbird/thunderbird-91.8.0/testing/web-platform/tests/tools/wptrunner/wptrunner/executors/
H A Dexecutorservo.py39 extra_args=None, debug_opts="replace-surrogates"): argument
44 if debug_opts:
45 args += ["-Z", debug_opts]
214 debug_opts = "disable-text-aa,load-webfonts-synchronously,replace-surrogates"
226 debug_opts)
/dports/www/firefox-esr/firefox-91.8.0/testing/web-platform/tests/tools/wptrunner/wptrunner/executors/
H A Dexecutorservo.py39 extra_args=None, debug_opts="replace-surrogates"): argument
44 if debug_opts:
45 args += ["-Z", debug_opts]
214 debug_opts = "disable-text-aa,load-webfonts-synchronously,replace-surrogates"
226 debug_opts)
/dports/www/p5-CGI-SpeedyCGI/CGI-SpeedyCGI-2.22/mod_speedycgi/
H A DMakefile.PL37 sub debug_opts {
54 [qw(DEBUG debug_opts)],
/dports/irc/epic4/epic4-2.10.9/source/
H A Ddebug.c41 struct debug_opts struct
47 static struct debug_opts opts[] = argument
/dports/lang/spidermonkey78/firefox-78.9.0/testing/web-platform/tests/tools/wptrunner/wptrunner/executors/
H A Dexecutorservo.py44 extra_args=None, debug_opts="replace-surrogates"): argument
49 if debug_opts:
50 args += ["-Z", debug_opts]
219 debug_opts = "disable-text-aa,load-webfonts-synchronously,replace-surrogates"
231 debug_opts)
/dports/mail/neomutt/neomutt-20211029/
H A Dversion.c294 static struct CompileOptions debug_opts[] = { variable
492 if (debug_opts[0].name) in print_version()
495 print_compile_options(debug_opts, fp); in print_version()
/dports/irc/epic5/epic5-2.1.6/source/
H A Ddebug.c45 struct debug_opts struct
51 static struct debug_opts opts[] = argument
/dports/multimedia/v4l_compat/linux-5.13-rc2/tools/perf/util/
H A Ddebug.c211 static struct sublevel_option debug_opts[] = { variable
224 ret = perf_parse_sublevel_options(str, debug_opts); in perf_debug_option()
236 struct sublevel_option *opt = &debug_opts[0]; in perf_quiet_option()
/dports/multimedia/libv4l/linux-5.13-rc2/tools/perf/util/
H A Ddebug.c211 static struct sublevel_option debug_opts[] = { variable
224 ret = perf_parse_sublevel_options(str, debug_opts); in perf_debug_option()
236 struct sublevel_option *opt = &debug_opts[0]; in perf_quiet_option()
/dports/multimedia/v4l-utils/linux-5.13-rc2/tools/perf/util/
H A Ddebug.c211 static struct sublevel_option debug_opts[] = { variable
224 ret = perf_parse_sublevel_options(str, debug_opts); in perf_debug_option()
236 struct sublevel_option *opt = &debug_opts[0]; in perf_quiet_option()
/dports/www/mod_perl2/mod_perl-2.0.11/Apache-Test/lib/Apache/
H A DTestRun.pm56 my @debug_opts = qw(debug);
63 my @exit_opts_need_httpd = (@debug_opts, qw(ping));
220 (map "$_:s", @debug_opts, @request_opts, @ostring_opts),
1034 my $debug_opts = {};
1037 $debug_opts->{$_} = $opts->{$_};
1058 $server->start_debugger($debug_opts);
/dports/chinese/bitchx/bitchx-1.2.1/source/
H A Ddebug.c34 struct debug_opts struct
40 static struct debug_opts opts[] = argument
/dports/irc/bitchx/bitchx-1.2.1/source/
H A Ddebug.c34 struct debug_opts struct
40 static struct debug_opts opts[] = argument
/dports/games/stonesoup/crawl-0.27.1/.github/workflows/
H A Ddeps.py69 if "FULLDEBUG" in args.debug_opts:
/dports/lang/sdcc/sdcc-4.0.0/src/
H A Dport.h133 const char *debug_opts; member
/dports/lang/spidermonkey78/firefox-78.9.0/testing/mozharness/mozharness/mozilla/testing/
H A Dtalos.py684 debug_opts = {'--debug', '--debugger', '--debugger_args'}
686 return bool(debug_opts.intersection(cmdline))
/dports/www/firefox-esr/firefox-91.8.0/testing/mozharness/mozharness/mozilla/testing/
H A Dtalos.py819 debug_opts = {"--debug", "--debugger", "--debugger_args"}
821 return bool(debug_opts.intersection(cmdline))
H A Draptor.py1114 debug_opts = {"--debug", "--debugger", "--debugger_args"}
1116 return bool(debug_opts.intersection(cmdline))
/dports/www/firefox/firefox-99.0/testing/mozharness/mozharness/mozilla/testing/
H A Dtalos.py817 debug_opts = {"--debug", "--debugger", "--debugger_args"}
819 return bool(debug_opts.intersection(cmdline))
/dports/mail/thunderbird/thunderbird-91.8.0/testing/mozharness/mozharness/mozilla/testing/
H A Dtalos.py819 debug_opts = {"--debug", "--debugger", "--debugger_args"}
821 return bool(debug_opts.intersection(cmdline))
/dports/lang/mono/mono-5.10.1.57/mono/sgen/
H A Dsgen-gc.c3291 char *debug_opts = NULL; in sgen_gc_init() local
3545 debug_opts = g_strdup_printf ("%s,%s", gc_debug_options ? gc_debug_options : "", env ? env : ""); in sgen_gc_init()
3549 if (debug_opts) { in sgen_gc_init()
3552 opts = g_strsplit (debug_opts, ",", -1); in sgen_gc_init()
3693 if (debug_opts) in sgen_gc_init()
3694 g_free (debug_opts); in sgen_gc_init()
/dports/lang/spidermonkey60/firefox-60.9.0/testing/mozharness/mozharness/mozilla/testing/
H A Dtalos.py687 debug_opts = {'--debug', '--debugger', '--debugger_args'}
689 return bool(debug_opts.intersection(cmdline))

12