Skip to content

Commit

Permalink
Merge pull request SeanNaren#54 from belosthomas/pytorch_bindings
Browse files Browse the repository at this point in the history
add std=c99
  • Loading branch information
Sean Naren authored Jul 20, 2018
2 parents 8cdd6e5 + 62c663c commit 5b085b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pytorch_binding/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
from torch.utils.ffi import create_extension
import torch

extra_compile_args = ['-std=c++11', '-fPIC']
extra_compile_args = ['-std=c++11', '-fPIC', '-std=c99']
warp_ctc_path = "../build"

if torch.cuda.is_available() or "CUDA_HOME" in os.environ:
Expand Down

0 comments on commit 5b085b5

Please sign in to comment.