Skip to content

Commit

Permalink
Revert compile flags
Browse files Browse the repository at this point in the history
  • Loading branch information
nshmyrev committed Oct 4, 2020
1 parent 564fab7 commit d666876
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ def run(self):
extra_objects = [kaldi_root + '/' + x for x in kaldi_static_libs],
sources = ['vosk/' + x for x in sources],
extra_link_args = kaldi_link_args,
extra_compile_args = ['-g', '-O0', '-std=c++11', '-Wno-sign-compare', '-Wno-unused-variable', '-Wno-unused-local-typedefs'])
extra_compile_args = ['-std=c++11', '-Wno-sign-compare', '-Wno-unused-variable', '-Wno-unused-local-typedefs'])

setuptools.setup(
name="vosk",
Expand Down

0 comments on commit d666876

Please sign in to comment.