Skip to content

Commit

Permalink
Do not filter -std option
Browse files Browse the repository at this point in the history
  • Loading branch information
17451k committed Nov 17, 2020
1 parent 5f4c70e commit b37a228
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion clade/extensions/opts.py
Original file line number Diff line number Diff line change
Expand Up @@ -497,7 +497,7 @@
]

cif_supported_opts = (
["-D", "-U", "-nostdinc", "-fshort-wchar"]
["-D", "-U", "-nostdinc", "-fshort-wchar", "-std"]
+ ["{}$".format(opt) for opt in gcc_optimization_opts]
+ cif_include_opts
)
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ def finalize_options(self):

setuptools.setup(
name="clade",
version="3.2.12",
version="3.2.13",
author="Ilya Shchepetkov",
author_email="shchepetkov@ispras.ru",
url="https://github.com/17451k/clade",
Expand Down

0 comments on commit b37a228

Please sign in to comment.