Home
last modified time | relevance | path

Searched refs:std (Results 1 – 6 of 6) sorted by relevance

/redis-3.2.3/src/
H A DlzfP.h137 using namespace std; variable
H A DMakefile21 STD=-std=c99 -pedantic -DREDIS_STATIC=''
/redis-3.2.3/deps/
H A DMakefile76 JEMALLOC_CFLAGS= -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops $(CFLAGS)
/redis-3.2.3/deps/hiredis/
H A DMakefile118 $(CC) -std=c99 -pedantic -c $(REAL_CFLAGS) $<
/redis-3.2.3/deps/jemalloc/
H A Dconfigure.ac135 JE_CFLAGS_APPEND([-std=gnu99])
136 if test "x$je_cv_cflags_appended" = "x-std=gnu99" ; then
H A Dconfigure3331 as 'x'. The following induces an error, until -std is added to get
3334 that's true only with -std. */
3356 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
3453 je_cv_cflags_appended=-std=gnu99