Correct spelling in sample_ext build script (#1454)

I have optimizaied the spelling
This commit is contained in:
Arron Vinyard
2021-03-24 21:05:14 +01:00
committed by GitHub
parent 5a72644486
commit ca1dcc9bed
+1 -1
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']