Skip to content

Commit

Permalink
[test]: Add compile args
Browse files Browse the repository at this point in the history
  • Loading branch information
hentt30 committed May 6, 2021
1 parent 7df6542 commit 6c83826
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@
"minushalf/atomic_program/atm_cGuima3.f",
"minushalf/atomic_program/atm_cGuima3.pyf"
],
extra_link_args=extra_link_args)
extra_link_args=extra_link_args,
extra_compile_args=['-std=c11'])

setup(
name="minushalf",
Expand Down

0 comments on commit 6c83826

Please sign in to comment.