Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
marcojoao committed Jun 3, 2020
1 parent 8c9bcc3 commit f8720ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PythonAPI/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
'pycocotools._mask',
sources=['../common/maskApi.c', 'pycocotools/_mask.pyx'],
include_dirs = [np.get_include(), '../common'],
extra_compile_args=['-Wno-cpp', '-Wno-unused-function', '-std=c99'],
extra_compile_args={'gcc': ['/Qstd=c99']},
)
]

Expand Down

0 comments on commit f8720ea

Please sign in to comment.