change init flags

revert-12646-feature/jit/xbyak
qiaolongfei 7 years ago
parent c0890988da
commit 0b81801515

@ -128,7 +128,8 @@ def __bootstrap__():
]
if core.is_compiled_with_dist():
read_env_flags.append('rpc_deadline')
read_env_flags.append('listen_and_serv_profile_period')
read_env_flags.append('rpc_server_profile_period')
read_env_flags.append('rpc_server_profile_path')
if core.is_compiled_with_cuda():
read_env_flags += [

Loading…
Cancel
Save