OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:USE_GCOV
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/sqlite/src/
configure.ac
681
[
use_gcov
=$enableval],[
use_gcov
=no])
682
if test "${
use_gcov
}" = "yes" ; then
683
USE_GCOV
=1
685
USE_GCOV
=0
687
AC_SUBST(
USE_GCOV
)
Makefile.in
130
USE_GCOV
= @
USE_GCOV
@
131
LTCOMPILE_EXTRAS += $(GCOV_CFLAGS$(
USE_GCOV
))
132
LTLINK_EXTRAS += $(GCOV_LDFLAGS$(
USE_GCOV
))
configure
897
USE_GCOV
[
all
...]
Completed in 413 milliseconds