Home
last modified time | relevance | path

Searched refs:with_debug (Results 1 – 25 of 223) sorted by relevance

123456789

/dports/mail/bmf/bmf-0.9.4/
H A Dconfigure44 with_debug=yes
48 with_debug=no
88 if [ "$with_debug" = "yes" ]; then
123 if [ "$with_debug" = "yes" ]; then
145 if [ "$with_debug" = "yes" ]; then
167 if [ "$with_debug" = "yes" ]; then
206 if [ "$with_debug" = "yes" ]; then
220 if [ "$with_debug" = "yes" ]; then
241 if [ "$with_debug" = "yes" ]; then
261 if [ "$with_debug" = "yes" ]; then
/dports/devel/R-cran-pkgbuild/pkgbuild/man/
H A Dwith_debug.Rd3 \name{with_debug}
4 \alias{with_debug}
7 with_debug(
35 with_debug(Sys.getenv(flags))
39 with_debug(install("mypkg"))
/dports/devel/cargo-c/cargo-c-0.9.6+cargo-0.58/cargo-crates/libnghttp2-sys-0.1.7+1.45.0/nghttp2/third-party/mruby/mrbgems/mruby-bin-strip/bintest/
H A Dmruby-strip.rb43 script_file, with_debug, without_debug =
50 assert_true with_debug.size >= without_debug.size
53 assert_equal without_debug.size, with_debug.size
/dports/net/proby/proby-1.0.2/cargo-crates/libnghttp2-sys-0.1.4+1.41.0/nghttp2/third-party/mruby/mrbgems/mruby-bin-strip/bintest/
H A Dmruby-strip.rb43 script_file, with_debug, without_debug =
50 assert_true with_debug.size >= without_debug.size
53 assert_equal without_debug.size, with_debug.size
/dports/devel/cargo-generate/cargo-generate-0.9.0/cargo-crates/libnghttp2-sys-0.1.6+1.43.0/nghttp2/third-party/mruby/mrbgems/mruby-bin-strip/bintest/
H A Dmruby-strip.rb43 script_file, with_debug, without_debug =
50 assert_true with_debug.size >= without_debug.size
53 assert_equal without_debug.size, with_debug.size
/dports/www/libnghttp2/nghttp2-1.46.0/third-party/mruby/mrbgems/mruby-bin-strip/bintest/
H A Dmruby-strip.rb43 script_file, with_debug, without_debug =
50 assert_true with_debug.size >= without_debug.size
53 assert_equal without_debug.size, with_debug.size
/dports/lang/rust/rustc-1.58.1-src/vendor/libnghttp2-sys/nghttp2/third-party/mruby/mrbgems/mruby-bin-strip/bintest/
H A Dmruby-strip.rb43 script_file, with_debug, without_debug =
50 assert_true with_debug.size >= without_debug.size
53 assert_equal without_debug.size, with_debug.size
/dports/www/h2o-devel/h2o-dcc7134/deps/mruby/mrbgems/mruby-bin-strip/bintest/
H A Dmruby-strip.rb43 script_file, with_debug, without_debug =
50 assert_true with_debug.size >= without_debug.size
53 assert_equal without_debug.size, with_debug.size
/dports/www/nghttp2/nghttp2-1.46.0/third-party/mruby/mrbgems/mruby-bin-strip/bintest/
H A Dmruby-strip.rb43 script_file, with_debug, without_debug =
50 assert_true with_debug.size >= without_debug.size
53 assert_equal without_debug.size, with_debug.size
/dports/devel/py-minidump/minidump-0.0.20/minidump/utils/
H A Dcreateminidump.py236 def create_dump(pid, output_filename, mindumptype, with_debug = False): argument
237 if with_debug:
297 if args.with_debug:
314 create_dump(args.pid, args.outfile, mindumptype, with_debug = args.with_debug)
321 create_dump(pid, args.outfile, mindumptype, with_debug = args.with_debug)
/dports/graphics/blender/blender-2.91.0/intern/mantaflow/intern/
H A DMANTA_main.cpp62 if (with_debug) in MANTA()
548 if (with_debug) in ~MANTA()
619 if (with_debug) in initializeMantaflow()
634 if (with_debug) in terminateMantaflow()
672 if (with_debug) in initializeRNAMap()
1111 if (with_debug) in writeConfiguration()
1152 if (with_debug) in writeData()
1180 if (with_debug) in writeNoise()
1202 if (with_debug) in readConfiguration()
1245 if (with_debug) in readData()
[all …]
/dports/lang/rexx-regina/regina-rexx-3.9.3/common/
H A Dincdebug.m410 [with_debug=$enableval],
11 [with_debug=no],
18 if test "$with_debug" = yes; then
37 if test "$with_debug" = yes; then
50 if test "$with_debug" = yes; then
57 if test "$with_debug" = yes; then
/dports/ftp/rexx-curl/RexxCURL-2.1.0/common/
H A Dincdebug.m410 [with_debug=$enableval],
11 [with_debug=no],
18 if test "$with_debug" = yes; then
37 if test "$with_debug" = yes; then
53 if test "$with_debug" = yes; then
60 if test "$with_debug" = yes; then
/dports/editors/le/le-1.16.6/
H A Dconfigure.ac38 [ with_debug=$withval; ],
39 [ with_debug=no; ])
47 if test x$with_debug = xno; then
66 # if test x$with_debug != xyes; then
83 if test x$with_debug = xno; then
/dports/devel/zziplib/zziplib-0.13.72/
H A Dold.configure.ac200 yes|no) with_debug="$withval" ;;
203 esac], [with_debug="no"])
204 test "$with_debug" != "yes" && with_debug="no" # yes or no
205 test "$with_debug" = "yes" && export CFLAGS="$CFLAGS -DDEBUG"
206 result="$with_debug" ; test "$result" = "yes" && result="yes, added -DDEBUG"
208 if test "$with_debug" = "yes" ; then if test -n "$RELEASE_INFO" ; then
396 test "$with_debug" != "no" && echo "with debug ($with_debug)"
397 test "$with_debug" = "no" && echo "without debug ($with_debug)"
/dports/devel/pdcurses/PDCurses-3.5/x11/
H A Dconfigure.ac78 [with_debug=$enableval],
79 [with_debug=no],
84 if test "$with_debug" = yes; then
101 if test "$with_debug" = yes; then
108 if test "$with_debug" = yes; then
/dports/databases/libdrizzle/libdrizzle-0.8/m4/
H A Dpandora_optimize.m468 [with_debug=$withval],
69 [with_debug=no])
70 AS_IF([test "$with_debug" = "yes"],[
/dports/x11-fm/libtubo/libtubo0-5.0.14/
H A Dconfigure.ac59 if test "$with_debug" = "yes"
62 AC_DEFINE_UNQUOTED([DEBUG],[$with_debug],[enable DEBUG])
64 elif test "$with_debug" != ""
66 AC_MSG_NOTICE([Your specific kind of debug is $with_debug])
68 AC_DEFINE_UNQUOTED([DEBUG],[$with_debug],[enable DEBUG])
/dports/devel/R-cran-devtools/devtools/man/
H A Dreexports.Rd9 \alias{with_debug}
25 …{find_rtools}}, \code{\link[pkgbuild:has_compiler]{has_devel}}, \code{\link[pkgbuild]{with_debug}}}
H A Duninstall.Rd28 \code{\link[=with_debug]{with_debug()}} to install packages with debugging flags
/dports/devel/mingw32-pdcurses/PDCurses-3.4/
H A Dconfigure.ac89 [with_debug=$enableval],
90 [with_debug=no],
95 if test "$with_debug" = yes; then
112 if test "$with_debug" = yes; then
119 if test "$with_debug" = yes; then
/dports/security/pbc/pbc-0.5.14/
H A Dconfigure.ac142 with_debug=n
146 [with_debug=y],
147 [with_debug=n])
151 if test "$with_debug" == "y"; then
/dports/devel/zziplib/zziplib-0.13.72/m4/
H A Dax_not_enable_frame_pointer.m421 case ".$with_debug" in .|.no|.no,*) : ;; *) VAR="$with_debug" ;; esac
/dports/devel/interactive_rebase_tool/git-interactive-rebase-tool-1.2.1/cargo-crates/pdcurses-sys-0.7.0/src/PDCurses/x11/
H A Dconfigure.ac96 [with_debug=$enableval],
97 [with_debug=no],
102 if test "$with_debug" = yes; then
119 if test "$with_debug" = yes; then
126 if test "$with_debug" = yes; then
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/pdcurses-sys-0.7.1/src/PDCurses/x11/
H A Dconfigure.ac96 [with_debug=$enableval],
97 [with_debug=no],
102 if test "$with_debug" = yes; then
119 if test "$with_debug" = yes; then
126 if test "$with_debug" = yes; then

123456789