Correct spelling in sample_ext build script (#1454)
I have optimizaied the spelling
This commit is contained in:
parent
5a72644486
commit
ca1dcc9bed
@ -135,7 +135,7 @@ class ExtensionConfig(object):
|
|||||||
elif cxx.vendor == 'msvc':
|
elif cxx.vendor == 'msvc':
|
||||||
self.configure_msvc(cxx)
|
self.configure_msvc(cxx)
|
||||||
|
|
||||||
# Optimizaiton
|
# Optimization
|
||||||
if builder.options.opt == '1':
|
if builder.options.opt == '1':
|
||||||
cxx.defines += ['NDEBUG']
|
cxx.defines += ['NDEBUG']
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user