Correct spelling in sample_ext build script (#1454)

I have optimizaied the spelling
This commit is contained in:
Arron Vinyard 2021-03-24 16:05:14 -04:00 committed by GitHub
parent 5a72644486
commit ca1dcc9bed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -135,7 +135,7 @@ class ExtensionConfig(object):
elif cxx.vendor == 'msvc':
self.configure_msvc(cxx)
# Optimizaiton
# Optimization
if builder.options.opt == '1':
cxx.defines += ['NDEBUG']