Home
last modified time | relevance | path

Searched refs:EXTRA_ENV_COMPILE_ARGS (Results 1 – 2 of 2) sorted by relevance

/external/grpc-grpc/tools/distrib/python/grpcio_tools/
Dsetup.py66 EXTRA_ENV_COMPILE_ARGS = os.environ.get('GRPC_PYTHON_CFLAGS', None) variable
68 if EXTRA_ENV_COMPILE_ARGS is None:
69 EXTRA_ENV_COMPILE_ARGS = '-std=c++11' variable
77EXTRA_ENV_COMPILE_ARGS += ' -D_ftime=_ftime32 -D_timeb=__timeb32 -D_ftime_s=_ftime32_s -D_hypot=hy…
79 EXTRA_ENV_COMPILE_ARGS += ' -D_ftime=_ftime64 -D_timeb=__timeb64 -D_hypot=hypot'
83 EXTRA_ENV_COMPILE_ARGS += ' /MT'
85 EXTRA_ENV_COMPILE_ARGS += ' -fno-wrapv -frtti'
98 EXTRA_COMPILE_ARGS = shlex.split(EXTRA_ENV_COMPILE_ARGS)
/external/grpc-grpc/
Dsetup.py123 EXTRA_ENV_COMPILE_ARGS = os.environ.get('GRPC_PYTHON_CFLAGS', None) variable
125 if EXTRA_ENV_COMPILE_ARGS is None:
126 EXTRA_ENV_COMPILE_ARGS = ' -std=c++11' variable
128 EXTRA_ENV_COMPILE_ARGS += ' -D_hypot=hypot'
134 EXTRA_ENV_COMPILE_ARGS += ' -D_ftime=_ftime32 -D_timeb=__timeb32 -D_ftime_s=_ftime32_s'
136 EXTRA_ENV_COMPILE_ARGS += ' -D_ftime=_ftime64 -D_timeb=__timeb64'
138 EXTRA_ENV_COMPILE_ARGS += ' -std=gnu99 -fvisibility=hidden -fno-wrapv -fno-exceptions'
140 EXTRA_ENV_COMPILE_ARGS += ' -fvisibility=hidden -fno-wrapv -fno-exceptions'
141 EXTRA_ENV_COMPILE_ARGS += ' -DPB_FIELD_16BIT'
157 EXTRA_COMPILE_ARGS = shlex.split(EXTRA_ENV_COMPILE_ARGS)