diff --git a/setup.py b/setup.py index 12150e589fc..3234353efad 100644 --- a/setup.py +++ b/setup.py @@ -103,7 +103,7 @@ CLASSIFIERS = [ 'License :: OSI Approved :: Apache Software License', ] -BUILD_WITH_BORING_SSL_ASM = os.environ.get('GRPC_BUILD_WITH_BORING_SSL_ASM', +BUILD_WITH_BORING_SSL_ASM = os.environ.get('GRPC_BUILD_WITH_BORING_SSL_ASM', True) # Environment variable to determine whether or not the Cython extension should