OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OPT_FEATURE_FLAGS
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/public-domain/sqlite/dist/
Makefile.msc
304
!IFNDEF
OPT_FEATURE_FLAGS
305
OPT_FEATURE_FLAGS
= $(OPT_XTRA)
307
OPT_FEATURE_FLAGS
= $(
OPT_FEATURE_FLAGS
) -DSQLITE_ENABLE_FTS3=1
308
OPT_FEATURE_FLAGS
= $(
OPT_FEATURE_FLAGS
) -DSQLITE_ENABLE_FTS5=1
309
OPT_FEATURE_FLAGS
= $(
OPT_FEATURE_FLAGS
) -DSQLITE_ENABLE_RTREE=1
310
OPT_FEATURE_FLAGS
= $(
OPT_FEATURE_FLAGS
) -DSQLITE_ENABLE_GEOPOLY=
[
all
...]
Makefile.in
124
OPT_FEATURE_FLAGS
= @
OPT_FEATURE_FLAGS
@
136
CFLAGS.libsqlite3 = -I. $(CFLAGS.core) $(CFLAGS.icu) $(
OPT_FEATURE_FLAGS
)
249
-I. $(
OPT_FEATURE_FLAGS
) $(SHELL_OPT) \
/src/external/public-domain/sqlite/dist/tea/
teaish.tcl
171
define
OPT_FEATURE_FLAGS
{} ; # -DSQLITE_OMIT/ENABLE flags.
173
# Adds $args, if not empty, to
OPT_FEATURE_FLAGS
. This is intended only for holding
177
define-append
OPT_FEATURE_FLAGS
{*}$args
279
set oFF [get-define
OPT_FEATURE_FLAGS
]
281
define
OPT_FEATURE_FLAGS
[lsort -unique $oFF]
282
msg-result "Library feature flags: [get-define
OPT_FEATURE_FLAGS
]"
287
teaish-cflags-add -define
OPT_FEATURE_FLAGS
292
#
OPT_FEATURE_FLAGS
and sets LDFLAGS_PTHREAD to the linker flags
295
#
OPT_FEATURE_FLAGS
and sets LDFLAGS_PTHREAD to an empty string.
545
# CPPFLAGS to
OPT_FEATURE_FLAGS
and remove them from BUILD_CFLAGS
[
all
...]
/src/external/public-domain/sqlite/dist/autosetup/
sqlite-config.tcl
559
define
OPT_FEATURE_FLAGS
{} ; # -DSQLITE_OMIT/ENABLE flags.
580
# Adds $args, if not empty, to
OPT_FEATURE_FLAGS
. If the first arg is
583
#
OPT_FEATURE_FLAGS
. This is intended only for holding
594
define-append
OPT_FEATURE_FLAGS
{*}$args
691
# CPPFLAGS to
OPT_FEATURE_FLAGS
and remove them from BUILD_CFLAGS.
694
# -DSQLITE_ENABLE* to
OPT_FEATURE_FLAGS
. This behavior is derived
852
set oFF [get-define
OPT_FEATURE_FLAGS
]
854
define
OPT_FEATURE_FLAGS
[lsort -unique $oFF]
855
msg-result "Library feature flags: [get-define
OPT_FEATURE_FLAGS
]"
929
#
OPT_FEATURE_FLAGS
and sets LDFLAGS_PTHREAD to the linker flag
[
all
...]
Completed in 33 milliseconds
Indexes created Thu Jul 30 00:24:59 UTC 2026