Home
last modified time | relevance | path

Searched refs:debuginfo (Results 1 – 10 of 10) sorted by relevance

/f-stack/freebsd/contrib/openzfs/rpm/redhat/
H A Dzfs-kmod.spec.in2 %bcond_with debuginfo
58 %if %{with debuginfo}
59 %define debuginfo --enable-debuginfo
61 %define debuginfo --disable-debuginfo
71 %{debuginfo}
80 # find-debuginfo.sh only considers executables
/f-stack/freebsd/contrib/openzfs/rpm/generic/
H A Dzfs-kmod.spec.in40 %bcond_with debuginfo
113 %if %{with debuginfo}
114 %define debuginfo --enable-debuginfo
116 %define debuginfo --disable-debuginfo
136 %{debuginfo}
154 # find-debuginfo.sh only considers executables
H A Dzfs.spec.in56 %bcond_with debuginfo
317 %if %{with debuginfo}
318 %define debuginfo --enable-debuginfo
320 %define debuginfo --disable-debuginfo
362 %{debuginfo} \
/f-stack/app/redis-5.0.5/tests/unit/
H A Dgeo.tcl232 unset -nocomplain debuginfo
235 lappend debuginfo "srand_seed is $srand_seed"
254 lappend debuginfo "Search area: $search_lon,$search_lat $radius_km km"
264 lappend debuginfo "place:$j $lon $lat [expr {$distance/1000}] km"
291 puts [join $debuginfo "\n"]
306 unset -nocomplain debuginfo
/f-stack/freebsd/contrib/octeon-sdk/
H A Dcvmx-pcm-defs.h188 …uint64_t debuginfo : 64; /**< Miscellaneous debug information … member
190 uint64_t debuginfo : 64;
H A Dcvmx-pcmx-defs.h882 …uint64_t debuginfo : 64; /**< Miscellaneous debug information … member
884 uint64_t debuginfo : 64;
/f-stack/freebsd/contrib/openzfs/.github/workflows/
H A Dzfs-tests.yml31 ./configure --enable-debug --enable-debuginfo
H A Dzloop.yml32 ./configure --enable-debug --enable-debuginfo
/f-stack/freebsd/contrib/openzfs/config/
H A Dzfs-build.m475 AC_MSG_CHECKING([whether debuginfo support will be forced])
76 AC_ARG_ENABLE([debuginfo],
77 [AS_HELP_STRING([--enable-debuginfo],
78 [Force generation of debuginfo @<:@default=no@:>@])],
/f-stack/freebsd/contrib/openzfs/etc/default/
H A Dzfs.in93 # Build kernel modules with the --enable-debuginfo switch?